v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBBatch Jobs
Get a job execution history entry
Returns a single file validation monitor execution history entry by execution chain id.
get/v6/jobs/history/{historyId}
Path parameters
historyIdstring required
Execution chain id for the history entry.
Response
The requested job execution history entry.
Example response
{
"ended_at": "2025-10-24T02:00:00-07:00",
"started_at": "2025-10-24T02:00:00-07:00",
"task_executions": [
{
"event_time": "2025-10-24T02:00:00-07:00"
}
]
}