List Campaign Prospects
Prospects
List campaign prospects
Returns all prospects associated with a campaign
GET
List Campaign Prospects
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 prospects for a specific campaign. The endpoint reads campaign conversation state from Appwrite and hydrates prospect profile details from PlanetScale. The response body remains a plain array for compatibility with existing integrations. Pagination metadata is returned in response headers. Eachprospect object includes current company data when available: currentCompanyName, currentJobTitle, currentCompanyWebsite, and currentCompanyLinkedInUrl.
Response Fields
Current company name from prospect enrichment.
Current job title from prospect enrichment.
Current company’s website URL when available.
Current company’s LinkedIn page URL when available.
Query Parameters
Maximum number of prospects to return. The maximum supported value is
100.Number of prospects to skip when using offset pagination. Ignored when
cursor is provided.Opaque cursor from the
X-Next-Cursor response header. Use this for stable pagination through large campaigns.Filter by conversation status. Use
4 to retrieve prospects who replied.Filter paused or active campaign conversations.
Filter conversations with or without a recorded last message timestamp. Use
status=4 when you specifically need replied prospects.Conversation Status Values
| Status | Meaning |
|---|---|
0 | Not started |
1 | Invitation sent |
2 | Invitation accepted |
3 | Contacted |
4 | Replied |
5 | Qualified |
6 | Unqualified |
7 | Skipped |
502 | Invites disabled |
503 | Unreachable |
504 | No longer in network |
505 | Invite cooldown |
Pagination Headers
| Header | Description |
|---|---|
X-Limit | Applied page size |
X-Offset | Applied offset when offset pagination is used |
X-Has-More | true when another page is available |
X-Next-Cursor | Opaque cursor to pass as cursor for the next page |
Examples
List campaign prospects
List replied prospects
List paused replied prospects
Continue with cursor pagination
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the campaign
Response
List of prospects
Example:
"chat_12345abcde"
Available options:
0, 1, 2, 3, 4, 5 Example:
2
Available options:
unqualified, needVerification, inProgress, qualified Example:
"inProgress"
Example:
false
Example:
"2023-06-15T15:30:00Z"
Last modified on May 19, 2026

