Skip to main content
GET
/
chat
/
threads
List threads
curl --request GET \
  --url https://www.dench.com/api/v1/chat/threads \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Query Parameters

titleQuery
string
limit
integer
Required range: 1 <= x <= 100
includeArchived
boolean
includeAutomated
boolean

Response

Successful response