v4
latestSwagger 2.02026-08-0343714211.7 MBautomation_runs
Automation Runs
Show Automation Run
Show Automation Run
get/automation_runs/{id}
Path parameters
idinteger required
Automation Run ID.
Response
The AutomationRuns object.
Example response
{
"id": 1,
"automation_id": 1,
"automation_version_id": 1,
"workspace_id": 1,
"cancel_requested_at": "2000-01-01T01:00:00Z",
"completed_at": "2000-01-01T01:00:00Z",
"created_at": "2000-01-01T01:00:00Z",
"retry_at": "2000-01-01T01:00:00Z",
"retried_at": "2000-01-01T01:00:00Z",
"retried_in_run_id": 1,
"retry_of_run_id": 1,
"rerun_of_run_id": 1,
"rerun_from_node_id": "example",
"runtime": 1,
"status": "success",
"successful_operations": 1,
"failed_operations": 1,
"execution_nodes": [
{
"node_id": "example",
"node_type": "example",
"status": "example",
"run_stage": "example",
"reused": true,
"successful_operations": 1,
"failed_operations": 1,
"started_at": "2000-01-01T01:00:00Z",
"completed_at": "2000-01-01T01:00:00Z",
"duration_ms": 1,
"inputs": [
"example"
],
"outputs": "example",
"input_items": "example",
"output_items": "example"
}
],
"journal_url": "example",
"status_messages_url": "https://www.example.com/log_file.txt"
}