Get all radars
API Reference
List Radars
Retrieve all radars on your account, filtered by type, domain, or status.
GET
Get all radars
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
Comma-separated list of radar IDs (UUID format, max 50). Returns only the specified radars. Can be combined with other filters. Radar IDs that don't exist or don't belong to your account are silently excluded.
Example:
"uuid1,uuid2,uuid3"
Maximum number of radars to return. Leave empty to use the default value (50).
Required range:
1 <= x <= 1000Filter by radar type. Leave empty to return all types.
Available options:
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_posts, contact_social_engagements, industry_mentions, industry_funding_rounds, industry_new_companies, industry_job_openings Filter by radar status. 'active' indicates the radar is operational, 'inactive' indicates it is not currently tracking or is in a grace period after deactivation.
Available options:
active, inactive