cURL
curl --request GET \ --url https://api.aws53.cloud/v1/intent/audiences/{id}/results \ --header 'X-API-Key: <api-key>'
{ "data": [ { "personId": "<string>", "intentScore": 123, "email": "<string>" } ], "meta": { "count": 123, "totalCount": 123, "nextCursor": "<string>", "hasMore": true, "status": "ready", "dataDate": "<string>" } }
Paginated full unmasked profiles from a materialized audience. Returns 202 if still materializing.
Organization API key (sk_...). Get yours from Settings > API Keys in the dashboard.
^\d{4}-\d{2}-\d{2}$
1 <= x <= 100
Audience results
Show child attributes
Was this page helpful?