Get Message Location
Return the containing conversation for one workspace-scoped message.
Path Parameters
message_id*string
Format
uuidHeader Parameters
x-workspace-id?|
Workspace UUID for session-authenticated calls.
Response Body
application/json
application/json
curl -X GET "https://loading/v1/messages/497f6eca-6276-4993-bfeb-53cbbbba6f08/location"{
"message_id": "d7d9d9fd-478f-40e6-b651-49b7f19878a2",
"conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}