ACE (Agentic Commerce Engine)
API ReferenceJobsIdResults

Get paginated job results

GET
/jobs/{id}/results

Per-product results for a content or pipeline job. For a rules job, returns the rules payload. Requires the enrichment:read scope.

Authorization

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
Range1 <= value
pageSize?integer
Range1 <= value <= 200

Response 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  }}