Skip to main content
GET
Requires scope: sdk:historical-ingest Filter by idempotency_key to find a specific job.

Parameters

str | None
Filter to the job created with this key.
int
default:"1"
Page number (1-based).
int
default:"20"
Results per page.

Returns

IngestionJobListResult
list[IngestionJob]
Job summaries.
int
Total matching jobs.
int
Current page.
int
Page size.

Raises