Get a run
Returns the status and results of one collection run.
Path parameters
Run ID.
Run ID.
Query parameters
Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.
Optional comma-separated caller-defined tags for tracking this request. Tags are recorded on the request's usage log and can be used to filter usage on the dashboard usage page. Up to 20 tags, each 1-50 characters.
[ "production", "team-alpha" ]
Response
Run
Example response
{
"id": "run_123",
"collection_id": "col_123",
"by_target": [
{
"target_id": "tgt_123"
}
]
}Changes
Changed in 6 of the 26 revisions of this API.241
- ●
added the new
WEBSITE_BLOCKEDenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WEBSITE_BLOCKEDenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
- ●
added the new
COLD_DOMAIN_TIMEOUT_TOO_LOWenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
COLD_DOMAIN_TIMEOUT_TOO_LOWenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
- ●
added the new
CONTENT_TOO_LARGEenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
CONTENT_TOO_LARGEenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
PDF_IMAGES_ONLYenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
PDF_IMAGES_ONLYenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
PDF_SKIPPEDenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
PDF_SKIPPEDenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
WEBSITE_NOT_FOUNDenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WEBSITE_NOT_FOUNDenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
- ●
added the new
BATCH_LIMIT_EXCEEDEDenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
BATCH_LIMIT_EXCEEDEDenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
BATCH_NOT_CANCELLABLEenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
BATCH_NOT_CANCELLABLEenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
BATCH_NOT_COMPLETEDenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
BATCH_NOT_COMPLETEDenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
IDEMPOTENCY_KEY_CONFLICTenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
IDEMPOTENCY_KEY_CONFLICTenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
- ●
added the new
MONITOR_NO_WEBHOOKenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
MONITOR_NO_WEBHOOKenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
added the new
PAID_PLAN_REQUIREDenum value to theerror_coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
PAID_PLAN_REQUIREDenum value to theerror_coderesponse property for the response status404response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○