Skip to main content
GET
/
api
/
documents
/
count
Count documents
curl --request GET \
  --url https://api.example.com/api/documents/count \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

folder_id
string<uuid> | null

Filter by folder

Response

Successful Response

The response is of type Response Count Documents Api Documents Count Get · object.