Archust Docs
Chat

Get history

GET
/v1/chat/conversations/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Clerk session JWT. Also send x-clerk-org-id if org context needed.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X GET "https://example.com/v1/chat/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",    "role": "user",    "content": "string",    "image_status": "pending",    "created_at": "2019-08-24T14:15:22Z"  }]