Skip to main content
GET
/
v1
/
users
/
{user_id}
/
threads
/
{thread_id}
/
chats
Get chats in a thread
curl --request GET \
  --url https://api.infyn.dev/v1/users/{user_id}/threads/{thread_id}/chats \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Supply Authorization: Bearer <token>. The token can be either a JWT (from supported auth vendors) or an API key generated via /v1/api-key/generate.

Path Parameters

user_id
string
required
thread_id
string
required

Query Parameters

limit
integer

Response

200

Chats list