Skip to main content
GET
/
api
/
chats
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/chats
{
  "status": "success",
  "chats": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "topic": "<string>",
      "updated_at": "2023-11-07T05:31:56Z",
      "artist_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

artist_account_id
string<uuid>

Optional. Filter chats to only include those for the specified artist.

account_id
string<uuid>

Filter to a specific account. Only applicable when the authenticated account has access to multiple accounts via organization membership.

Response

Chats retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success
Example:

"success"

chats
object[]
required

Array of chat room objects