List campaigns
Campaigns
List campaigns
Retrieve a paginated list of campaigns for your team. Supports filtering by name, status, or UI tab grouping.
GET
List campaigns
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Query Parameters
Search campaigns by name.
Filter by the same grouping the dashboard uses. sent matches campaigns with status sent or partial_sent. Takes precedence over status when both are supplied.
Available options:
draft, scheduled, sent Filter by literal campaign status. Accepts a single value or a comma-separated list (e.g. draft,sent). Ignored when tab is supplied.
Example:
"draft,sent"

