cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/session \ --header 'Authorization: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Retrieve session history with Redis caching for hot loading.
Workers GET session messages before each run to restore conversation context.
Performance strategy:
Successful Response
Was this page helpful?