cURL
curl --request GET \ --url https://api.aws53.cloud/v1/intent/audiences/{id}/status \ --header 'X-API-Key: <api-key>'
{ "data": { "status": "ready", "totalCount": 123, "dataDate": "<string>", "runId": "<string>" } }
Lightweight status check — use this for polling instead of the full results endpoint.
Organization API key (sk_...). Get yours from Settings > API Keys in the dashboard.
^\d{4}-\d{2}-\d{2}$
Status of the latest run
Show child attributes
Was this page helpful?