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:
metadatafailureReasonclientWebhookUrl- internal scheduling fields like
nextActionType
Example Response
Example Response With Transcript
Request:conversationThread is formatted plain text, not an array of structured messages.
Attachment Downloads
UseGET /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.