List campaign
Requires one of the following scopes: campaigns:read, campaigns:all, all:read, all:all
Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The number of items to return
1 <= x <= 10010
The ID of the last item in the previous page - used for pagination. You can use the value of the next_starting_after field from the previous response.
"01956fbd-0eb1-72db-a565-82977a586084"
Search by campaign name
"Summer Sale Campaign"
Filter campaigns by tag ids. Returns campaigns that have any of the specified tags assigned. You can specify multiple tag ids by separating them with a comma.
"019e3bd1-b537-74f9-a939-071fba3f2966,019e3bd1-b537-74f9-a939-072021ee0258"
Filter campaigns by AI Sales Agent ID. Returns campaigns that were created by the specified AI Sales Agent.
"019e3bd1-b537-74f9-a939-0721225b39cb"
Filter campaigns by status using the campaign status enum value (e.g., ACTIVE, PAUSED).
-99, -1, -2, 0, 1, 2, 3, 4 1