Skip to main content
GET
/
api
/
file
/
download-trajectory
/
{conversation_id}
Download Trajectory
curl --request GET \
  --url https://api.example.com/api/file/download-trajectory/{conversation_id} \
  --header 'X-Session-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Response

Successful Response