curl --request GET \
--url https://api.example.com/runs/{id}/context \
--header 'Authorization: Bearer <token>'{}Returns the key-value context map accumulated during the run. Empty if the run has not started.
curl --request GET \
--url https://api.example.com/runs/{id}/context \
--header 'Authorization: Bearer <token>'{}JWT bearer token issued by fabro-web. See the Authentication guide for details.
Unique run identifier (ULID).
Context key-value map
The response is of type object.