Skip to main content
GET
Get participant

Authorizations

Authorization
string
header
required

Organization API key, sent as Authorization: Bearer boom_org_....

Path Parameters

id
string
required

Initiative id.

Minimum string length: 1
participantId
string
required

Participant id, as returned when adding or listing.

Minimum string length: 1

Response

Success

participantId
string
required
phoneNumber
string | null
required
name
string | null
required
status
enum<string>
required

ACTIVE (conversation may still happen), COMPLETED, STOPPED (messaging halted), EXPIRED, or FAILED.

Available options:
ACTIVE,
COMPLETED,
STOPPED,
EXPIRED,
FAILED
extractionStatus
string | null
required

PENDING (queued, not yet run), EXTRACTED (ran and wrote), INSUFFICIENT_DATA (nothing extractable here — too few messages or no reply on THIS initiative), FAILED, or null for a participant whose extraction has never been triggered. INSUFFICIENT_DATA does NOT mean the person never replied: check their other initiatives with scope="customer" on the messages endpoint.

values
object[]
required