Admin Ingestion
List Runs
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
slug*Slug
Query Parameters
page?Page
Range
1 <= valueDefault
1page_size?Page Size
Range
1 <= value <= 100Default
20verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/admin/ingestion/pipelines/string/runs"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "source_slug": "string", "status": "string", "started_at": "2019-08-24T14:15:22Z", "finished_at": "2019-08-24T14:15:22Z", "triggered_by": "string", "candidates_seen": 0, "listings_created": 0, "listings_enriched": 0, "listings_skipped_locked": 0, "errors": [ "string" ] } ], "total": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}