Skip to main content
GET
Prospect Import Status

Overview

Check the status of an asynchronous prospect import started by POST /prospects, POST /prospects/batch, or POST /prospects/batch/round-robin. Use this endpoint to confirm that Kakiyo created a chat before marking a lead as dispatched or imported in your own system.

Path parameters

Example

Response

Confirmation rule

Treat a row as confirmed only when:
If chatCreated is false, Kakiyo did not create a new chat for that row, so no new customData was saved on a conversation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

listId
string
required

Import list ID returned by the create endpoint

Response

Import status returned successfully

listId
string
Example:

"import_list_id"

campaignId
string
Example:

"campaign_12345abcde"

status
string
Example:

"completed"

total
integer
Example:

1

processed
integer
Example:

1

imported
integer
Example:

1

existing
integer
Example:

0

invalid
integer
Example:

0

report
object[]
Last modified on June 20, 2026