List Campaigns
Campaigns
List campaigns
Returns all campaigns for the authenticated team
GET
List Campaigns
Documentation Index
Fetch the complete documentation index at: https://docs.kakiyo.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
List campaigns for the authenticated team. This endpoint returns a plain array of campaigns.Backward Compatibility
- Default behavior remains unchanged:
GET /v1/campaignsreturns a plain array of campaigns. - Existing integrations do not need to change anything.
Optional Pagination Params
limitis optional.- If both pagination params are omitted, the endpoint returns the full list.
- If either pagination param is provided, pagination mode is used.
- Default
offset:0 - Maximum:
100 - Response shape does not change.
Examples
Legacy full-list request:Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of campaigns to return
Required range:
x <= 100Cursor for pagination
Response
List of campaigns
Example:
"campaign_12345abcde"
Example:
"Q2 Sales Outreach"
Available options:
draft, active, paused, completed Example:
"active"
Example:
"agent_abcdef123456"
Example:
"prod_123456789"
Example:
"2023-06-15T10:30:00Z"
Last modified on March 19, 2026

