cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/timeline/count \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "count": 123 } }
Return the total number of notes matching the given filters. Useful for displaying counts without fetching full note records.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Show child attributes
Successful response
Was this page helpful?