curl --request GET \
--url https://api.example.com/api/executions/{
"items": [
{
"execution_uuid": "<string>",
"workflow_version_uuid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"workflow_uuid": "<string>",
"workflow_name": "<string>",
"status": "queued",
"input_payload": "<unknown>",
"duration_ms": 123,
"n_steps": 123,
"n_agent_actions": 123,
"n_screenshots": 123,
"output_url": "<string>",
"video_url": "<string>",
"logs_url": "<string>"
}
],
"total": 123
}curl --request GET \
--url https://api.example.com/api/executions/{
"items": [
{
"execution_uuid": "<string>",
"workflow_version_uuid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"workflow_uuid": "<string>",
"workflow_name": "<string>",
"status": "queued",
"input_payload": "<unknown>",
"duration_ms": 123,
"n_steps": 123,
"n_agent_actions": 123,
"n_screenshots": 123,
"output_url": "<string>",
"video_url": "<string>",
"logs_url": "<string>"
}
],
"total": 123
}Was this page helpful?