Skip to main content
GET
/
v1
/
orchestrate
/
agents
/
{agent_id}
/
threads
/
{thread_id}
/
chat-with-docs
/
status
Get The Status For Knowledge Base Backing Chat With Docs For Thread
curl --request GET \
  --url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/threads/{thread_id}/chat-with-docs/status \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required
thread_id
string<uuid>
required

Response

Successful Response