v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Batch Jobs

List job execution history

Returns file validation monitor execution history aggregated across all pods.

get/v6/jobs/history

Query parameters

limitinteger
offsetinteger
job_idstring
status'FAIL' | 'IN_PROGRESS' | 'SUCCESS'
start_datestring

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.

Example:2025-10-24T02:00:00-07:00
end_datestring

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.

Example:2025-10-24T02:00:00-07:00

Response

Job execution history entries.

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