Skip to main content
GET
/
runs
/
{id}
/
context
Retrieve Run Context
curl --request GET \
  --url https://api.example.com/runs/{id}/context \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT bearer token issued by fabro-web. See the Authentication guide for details.

Path Parameters

id
string
required

Unique run identifier (ULID).

Response

Context key-value map

The response is of type object.