Skip to main content
GET
/
chat-sessions
/
list
List all chat sessions for the authenticated user
curl --request GET \
  --url https://api.flipsidecrypto.xyz/public/v3/chat-sessions/list \
  --header 'x-api-key: <api-key>'
{
  "chats": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "userId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdById": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "updatedById": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "meta": null,
      "isPublic": false,
      "visibility": "personal",
      "version": "4",
      "userAgent": "web"
    }
  ],
  "total": 123
}

Authorizations

x-api-key
string
header
required

Response

Chat sessions retrieved successfully

chats
object[]
required
total
integer
required