Skip to main content
GET
Returns the organization’s saved search records, newest first. Saved queries are organization-scoped; the API key cannot read another organization’s records. This endpoint has no query parameters and is not paginated. It returns every saved query in data, with meta.count equal to the array length. There is no cursor, limit, offset, or meta.next.

Response schema

Each item in data has: The nested query keys and their types are documented on Save query. null and empty-string values are omitted when a query is saved; missing keys are not returned as null placeholders.

Errors and recovery

  • 400 (invalid_request): when using the platform API key, provide a valid X-FreshTalent-Org-Id UUID.
  • 401 (unauthorized): provide a valid API key.
  • 402 (payment_required): restore the organization’s entitlement.
  • 429 or 5xx: retry with backoff. The read is safe to repeat.
Next: Save query or Get saved query.