Usage Notes

Pagination

• If you do not include a page or page-size in your request body, the defaults (page = 1, page-size = 10000) are used.

• Use the response headers X-Page and X-Page-Size to manage multi-page data retrieval.


Rate Limiting

• Some accounts may have rate limits in place; if so, ensure you handle any HTTP status codes (e.g., 429 Too Many Requests) or rate-limit headers to retry after a specified interval.


Model Code

• Make sure you provide the correct {model-code} in the URL path. This code uniquely identifies the model whose results you want to retrieve.

Last updated

Was this helpful?