Omni AI
Get Thread By ID
Get a specific thread.
Returns metadata (title, timestamps) for a single thread. Does not include messages — use GET /omni-ai/threads/{thread_id}/messages for conversation history.
get/v1/omni-ai/threads/{thread_id}
Path parameters
thread_idstring uuid required
Thread identifier
Query parameters
account_idinteger required
Account ID for the request
Response
Thread metadata
Example response
{
"error": {
"code": 400,
"message": "Order quantity must be greater than zero"
}
}