Message
Get a message by its ID
Quickly get the full object for a given message. From the message, you can get the topic and all messages which exist on that topic.
GET
/
api
/
message
/
{message_id}
Authorizations
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Path Parameters
message_id
string
requiredThe ID of the message to get.
Response
200 - application/json
content
string
requiredcreated_at
string
requireddataset_id
string
requireddeleted
boolean
requiredid
string
requiredrole
string
requiredsort_order
integer
requiredtopic_id
string
requiredupdated_at
string
requiredcompletion_tokens
integer | null
prompt_tokens
integer | null