v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBAudiences
List Audiences
List Audiences for a Project
get/audiences
Query parameters
per_pageinteger
Optional pagination argument that specifies the maximum number of objects to return per request
pageinteger
Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.
project_idinteger required
The Project ID of the Project you would like to list all Audiences for
for_journeyboolean
Filter audiences by journey status
archivedboolean
Filter audiences by archived status
Response
Return all Audiences
Example response
[
{
"conditions": "[\"and\", {\"type\": \"language\", \"value\": \"es\"}, {\"type\": \"location\", \"value\": \"US-CA-SANFRANCISCO\"}]",
"description": "People that speak spanish and are in San Francisco",
"experiment_count": 123,
"id": 5000,
"name": "Spanish speaking San Franciscans",
"project_id": 1000
}
]