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 'Content-Type: application/json' \
  --data '{}'
"<any>"

Path Parameters

execution_id
string
required

Body

application/json · Session Data · object

Response

Successful Response

The response is of type any.