Skip to main content

Endpoint

Purpose

Returns the current public state of a case owned by the authenticated client.

Authentication

Path Parameters

Query Parameters

Returned Fields

Important Omissions

GET /cases/{id} does not currently return:
  • metadata
  • failureReason
  • clientWebhookUrl
  • internal scheduling fields like nextActionType

Example Response

Example Response With Transcript

Request:
Response:
conversationThread is formatted plain text, not an array of structured messages.

Attachment Downloads

Use GET /cases/{id}/attachments/{attachmentId} when you need a fresh downloadUrl.

Errors

If includeTranscript=true and the live AgentMail fetch fails, the current implementation may return a generic platform 500 instead of the standard JSON error envelope.