Skip to Content
API keys are issued to organizations with a signed BAA. Request API access →
API referenceRetrieve a conversation

Retrieve a conversation

GET/conversations/{conversationId}

Returns a conversation your app user participates in.

Scope conversations:read

Path parameters

conversationIdUUIDRequired

ID of the conversation.

Returns

Returns 200 OK with the Conversation object.

Errors

Failed requests return application/problem+json problem details. The errors specific to this endpoint:

StatusCodeMeaning
400invalid_requestThe request is malformed, such as invalid JSON.
401unauthorizedThe API key is missing, revoked, or invalid.
403insufficient_scopeThe key lacks the required scope.
403conversation_membership_requiredYour app user is not a participant in this conversation.
404not_foundThe resource doesn’t exist or isn’t visible to this key.
429rate_limitedToo many requests. Retry after Retry-After seconds.
Last updated on