Retrieve source records by definition
eq, gt, gte, lt, lteExamples:record_counter[gte]=5 - Records with counter >= 5record_counter[lt]=100 - Records with counter < 100eq, gt, gte, lt, lteExamples:created_at[gte]=2024-01-01T00:00:00Z - Created on or after Jan 1, 2024created_at[lt]=2024-12-31T23:59:59Z - Created before Dec 31, 2024eq, gt, gte, lt, lteExample:updated_at[gte]=2024-01-01T00:00:00Z - Updated on or after Jan 1, 2024cursor parametermeta.has_more in the responsetrue, use meta.next_cursor in your next request’s cursor parameterhas_more is false| Status | Code | Description |
|---|---|---|
400 | validation_error | Invalid query parameters or filter operators |
401 | unauthorized | Invalid or missing API key |
404 | not_found | Source record definition not found with the provided ID |
429 | rate_limit_exceeded | Too many requests (see Rate Limits) |
500 | internal_error | Internal server error |