Archust Docs
Drafts

Draft counts

GET
/v1/drafts/stats

Authorization

bearerAuth
AuthorizationBearer <token>

Clerk session JWT. Also send x-clerk-org-id if org context needed.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/drafts/stats"
{  "total": 0,  "byStatus": {}}