curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/transitions \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get transition history for an execution
Returns all state transitions with AI reasoning for the specified execution.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/transitions \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?