Get participant
Get one participant’s status and captured answers.
Authorizations
Organization API key, sent as Authorization: Bearer boom_org_....
Path Parameters
Initiative id.
1Participant id, as returned when adding or listing.
1Response
Success
ACTIVE (conversation may still happen), COMPLETED, STOPPED (messaging halted), EXPIRED, or FAILED.
ACTIVE, COMPLETED, STOPPED, EXPIRED, FAILED 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.