Skip to main content
Return one request’s full detail plus its message thread, chronologically. The natural follow-up to list_statements: take a linked_requests row and read the whole request — who is involved, which statements it touches, and the discussion. Every related entity is surfaced by name, never a bare ID. A request you can’t access is reported as not found. File attachments are omitted.

Parameters

Body

request
string
required
The request to read. Accepts the ObjectId (the id returned in list_statements linked_requests) or its 8-character reference, matched against the requests you can access. A reference matching no — or more than one — raises a clear error; pass the full id to disambiguate.

Response

Body

id
string
resource_url
string
Deep link to open this request in the Qobra web app.
reference
string
The #-style reference shown in the UI.
name
string
created_at
string
last_modified_at
string
topic
string
Admin-configured category used to classify the request; null if none.
status
string
open (awaiting handling) or closed (resolved). One of: open, closed.
creator_email
string
assignee_email
string
resolver_email
string
resolved_at
string
member_emails
string[]
linked_statements
object[]
read_by_emails
string[]
messages
object[]