curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/session \
--header 'Authorization: Bearer <token>'{
"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:
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/session \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?