cURL
curl --request GET \ --url https://openagents.com/api/chats/{conversationId} \ --header 'Authorization: Bearer <token>'
{ "data": {} }
Returns the thread metadata plus current message/run snapshots for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response