Poll Updates
Fetch radar findings and failures via cursor-based polling.
Documentation Index
Fetch the complete documentation index at: https://docs.tamradar.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Filter by one or more radar IDs. Comma-separated UUIDs, maximum 10. If a radar_id belongs to a different account, it is silently ignored (returns 0 results for that ID).
Filter by one or more radar types. Comma-separated. Valid values: company_new_hires, company_job_openings, company_promotions, company_reviews, company_mentions, company_social_posts, company_social_posts_cxo, company_social_engagements, contact_job_changes, contact_social_engagements, contact_social_posts, industry_mentions, industry_funding_rounds, industry_new_companies, industry_job_openings.
Filter by update type. Comma-separated. Valid values: radar_finding, radar_failure. Defaults to radar_finding only — you must explicitly opt in to receive radar_failure updates.
Filter by one or more tracked domains. Comma-separated, maximum 10. Only applicable to company radar types — industry radar updates do not have a domain.
Return only updates with a discovered_at at or after this timestamp. Accepts any valid ISO 8601 date or datetime string. Use the discovered_at value from the last update you processed to implement incremental polling.
Pagination cursor returned as next_cursor from a previous response. Pass this to retrieve the next page of results. Cursors are opaque — do not parse or modify them.
Maximum number of updates to return. Defaults to 25. Minimum 1, maximum 100.
1 <= x <= 100Response
Updates retrieved successfully
success 200 Array of update payloads. Each item is identical in shape to a webhook delivery payload.
Whether more updates exist beyond this page. If true, pass next_cursor to retrieve the next page.
Opaque cursor encoding the position of the last item on this page. Pass as cursor on the next request. Null when has_more is false.