Skip to main content
GET
/
api
/
campaigns
/
audience-lists
Get all audience lists
curl --request GET \
  --url https://apiv1.delightloop.ai/api/campaigns/audience-lists \
  --header 'x-api-key: <x-api-key>'

Headers

x-api-key
string
required

auth key

Query Parameters

page
number

Page number for pagination

Required range: x >= 1
Example:

1

limit
number

Number of items per page

Required range: 1 <= x <= 100
Example:

10

status
enum<string>

Filter by status

Available options:
list-building,
completed,
archived,
failed
Example:

"list-building"

icpId
string

Filter by ICP ID

Example:

"icp_12345_tech_startups"

Search term for filtering lists

Example:

"marketing"

sortBy
enum<string>

Field to sort by

Available options:
name,
totalMatch,
creditRequired,
createdAt,
updatedAt
Example:

"createdAt"

sortOrder
enum<string>

Sort order

Available options:
asc,
desc
Example:

"desc"

myAudienceList
boolean

Filter to show only audience lists created by the current user

Example:

true

Response

200

Audience lists retrieved successfully