API ReferenceJobsIdResults
Get paginated job results
Per-product results for a content or pipeline job. For a rules job, returns the rules payload. Requires the enrichment:read scope.
AuthorizationBearer <token>
API key in the Authorization header: Authorization: Bearer ace_live_.... Use an ace_test_... key for the free, rate-capped sandbox.
In: header
Path Parameters
id*string
Query Parameters
page?integer
Range
1 <= valuepageSize?integer
Range
1 <= value <= 200Response Body
application/json
application/json
curl -X GET "https://example.com/jobs/string/results"{ "data": null}{ "error": { "code": "INSUFFICIENT_CREDITS", "message": "Not enough credits for this request.", "details": null }}