Skip to main content
GET
List Entity Ingestion Runs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ingestion_config_id
string
required

The ingestion config whose runs to list.

Query Parameters

pageSize
integer<int32>

Maximum number of runs to return. Default is 10, maximum is 50.

pageOffset
integer<int32>

Number of runs to skip (for pagination).

Response

Success

data
EntityIngestionRun · object[]

The ingestion runs, most-recent-first.