Skip to main content
GET
/
api
/
v1
/
app-conversations
/
count
Count Conversations
curl --request GET \
  --url https://app.all-hands.dev/api/v1/app-conversations/count \
  --header 'X-Access-Token: <api-key>'
123

Documentation Index

Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt

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

Authorizations

X-Access-Token
string
header
required

Query Parameters

title__contains
string | null
created_at__gte
string<date-time> | null
created_at__lt
string<date-time> | null
updated_at__gte
string<date-time> | null
updated_at__lt
string<date-time> | null
sandbox_id__eq
string | null

Response

Successful Response

The response is of type integer.