Rezolve Ai
API ReferenceFeedsId

Get a feed

GET
/feeds/{id}

Get one feed with its parsed products and any warnings.

projectId is required unless your key is pinned to a project, for the same reason as GET /feeds.

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

projectId?string

The project the feed belongs to. Required for an account-wide key.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/feeds/string"
{  "data": null}
{  "error": {    "code": "PROJECT_ID_REQUIRED",    "message": "This endpoint returns project-scoped data. Pass ?projectId=<id>, or use a key pinned to a project."  }}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}
{  "error": {    "code": "PROJECT_SCOPE_MISMATCH",    "message": "This API key is scoped to a different project."  }}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}