cURL
curl --request GET \ --url https://api.aws53.cloud/v1/intent/audiences/{id}/runs \ --header 'X-API-Key: <api-key>'
{ "data": [ { "cacheKey": "<string>", "dataDate": "<string>", "status": "<string>", "totalCount": 123, "createdAt": "<string>", "hasExport": true } ] }
Returns all materialized daily runs with their date, row count, and status. Each active audience gets a new run when fresh intent data arrives.
Organization API key (sk_...). Get yours from Settings > API Keys in the dashboard.
Daily runs
Show child attributes
Was this page helpful?