Executions
Query execution records and details
List Executions Endpoint
Query Parameters
status?|
Filter by status
page?integer
Page number
Default
1Range
1 <= valuepage_size?integer
Items per page
Default
50Range
1 <= value <= 100Response Body
application/json
application/json
curl -X GET "https://loading/executions"{
"executions": [
{
"workflow_execution_id": "string",
"workflow_id": "string",
"workflow_name": "string",
"status": "string",
"started_at": "string",
"completed_at": "string",
"completed_phases": 0,
"total_phases": 0,
"total_tokens": 0,
"total_tokens_display": "0",
"total_input_tokens": 0,
"total_output_tokens": 0,
"total_cache_creation_tokens": 0,
"total_cache_read_tokens": 0,
"total_cost_usd": "0",
"total_cost_display": "$0.00",
"duration_seconds": 0,
"duration_display": "—",
"tool_call_count": 0,
"error_message": "string",
"repos": [
"string"
],
"repos_display": "string"
}
],
"total": 0,
"page": 1,
"page_size": 50
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Execution Endpoint
Path Parameters
execution_id*string
Response Body
application/json
application/json
curl -X GET "https://loading/executions/string"{
"workflow_execution_id": "string",
"workflow_id": "string",
"workflow_name": "string",
"status": "string",
"started_at": "string",
"completed_at": "string",
"phases": [
{
"phase_id": "string",
"name": "string",
"status": "string",
"session_id": "string",
"artifact_id": "string",
"input_tokens": 0,
"output_tokens": 0,
"cache_creation_tokens": 0,
"cache_read_tokens": 0,
"total_tokens": 0,
"duration_seconds": 0,
"cost_usd": "0",
"started_at": "string",
"completed_at": "string",
"error_message": "string",
"model": "string",
"cost_by_model": {
"property1": "string",
"property2": "string"
},
"operations": [
{
"operation_id": "string",
"operation_type": "string",
"timestamp": "string",
"tool_name": "string",
"tool_use_id": "string",
"success": true
}
]
}
],
"total_input_tokens": 0,
"total_output_tokens": 0,
"total_cache_creation_tokens": 0,
"total_cache_read_tokens": 0,
"total_tokens": 0,
"total_cost_usd": "0",
"total_duration_seconds": 0,
"artifact_ids": [
"string"
],
"error_message": "string",
"repos": [
"string"
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Syntropic137 Docs v0.25.4 · Last updated March 2026