marketDataBackfillJobs
Paginated view of a runner's backfill queue — one row per job. Use filter args to scope to a specific status (e.g. FAILED) or gap kind (BACKFILL / UPFILL). Sensitive fields (lastError, claimedBy) are returned as empty strings unless the caller holds view-secrets on the runner.
marketDataBackfillJobs(
runnerID: ID!
status: [MarketDataBackfillJobStatus!]
gapKind: MarketDataBackfillJobGapKind
requestID: String
limit: Int = 50
offset: Int = 0
): MarketDataBackfillJobsPage!
Arguments
marketDataBackfillJobs.runnerID ● ID! non-null scalar
marketDataBackfillJobs.status ● [MarketDataBackfillJobStatus!] list enum
marketDataBackfillJobs.gapKind ● MarketDataBackfillJobGapKind enum
marketDataBackfillJobs.requestID ● String scalar
marketDataBackfillJobs.limit ● Int scalar
marketDataBackfillJobs.offset ● Int scalar
Type
MarketDataBackfillJobsPage object
Paginated slice of MarketDataBackfillJob rows for a runner. The job table on the dashboard's drill-down renders this; the surrounding aggregate counts come from marketDataBackfillProgress.