Skip to main content
GET
/
api
/
assistant
/
tasks
/
by-client-request
/
{client_request_id}
Api Assistant Task By Client Request
curl --request GET \
  --url http://localhost:8080/api/assistant/tasks/by-client-request/{client_request_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

client_request_id
string
required

Response

Successful Response