Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List dashboard companion threads for the signed-in user

GET/v1/companion/threads
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
threadsCompanionThreadMeta[] | nullrequired
Show properties
Array of CompanionThreadMeta
idstringrequired
titlestringrequired
updated_atstring<date-time>required
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/companion/threads"
Response
{
  "threads": [
    {
      "id": "string",
      "title": "string",
      "updated_at": "2024-01-01T00:00:00Z"
    }
  ]
}