Skip to main content
GET
/
api
/
v1
/
executions
/
{execution_id}
/
session
Get Session History
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

execution_id
string
required

Response

Successful Response