Entity Ingestion Config API
List Entity Ingestion Runs
List the ingestion runs for an entity ingestion config, most-recent-first, including status, per-item counts, and any failure. Use to verify that ingested data landed.
GET
List Entity Ingestion Runs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ingestion config whose runs to list.
Query Parameters
Maximum number of runs to return. Default is 10, maximum is 50.
Number of runs to skip (for pagination).
Response
Success
The ingestion runs, most-recent-first.
List Entity Ingestion Runs

