Skip to content

Get total item count for select-all

GET
/batch/count

Returns the total number of items of a given type, optionally filtered by project. Uses Typesense for performance.

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters

Query Parameters

type*
Type
string
Required
Valid values
"notes""memories""urls"
project

Filter by project ID

Type
string

Responses

OK

application/json
JSON
{
  
"count": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI