v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Batch 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.

client_idstring required
ended_atstring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

history_idstring required
job_idstring required
started_atstring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

status'FAIL' | 'IN_PROGRESS' | 'SUCCESS' required

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"
    }
  ]
}