Skip to main content
POST
/
api
/
v1
/
executions
/
{execution_id}
/
session
Persist Session History
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/session \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

execution_id
string
required

Body

application/json

The body is of type Session Data · object.

Response

Successful Response