List campaigns
https://app.genuinelink.ai/api/v1/campaignsReturns a paginated list of outreach campaigns for the authenticated company account. Use query filters to narrow by lifecycle status or search campaign names. Results are ordered by most recently updated first.
Authenticate with a company API key (`glc_…`). Agency keys (`gla_…`) are supported when you also pass `X-Company-Id` for the target client company.
Recent Requests
0 requests this session| Time | Status | User Agent |
|---|---|---|
| Make a request to see history. | ||
Query Params
Filter campaigns by lifecycle status. When omitted, all non-archived statuses are returned.
Case-insensitive substring match against the campaign name. Useful for quick search in large workspaces.
Maximum number of campaigns to return in a single page.
Number of campaigns to skip before returning results. Use with `limit` for pagination.
Responses
Response Body
Campaigns for the current page.
Total campaigns matching the filter (across all pages).
Page size that was applied.
Offset that was applied.