Skip to main content
GET
/
v2
/
aether
/
playbook
/
stats
Get Stats
curl --request GET \
  --url https://api.example.com/v2/aether/playbook/stats \
  --header 'Authorization: Bearer <token>'
{
  "total_articles": 123,
  "total_collections": 123,
  "pending_proposals": 123,
  "collections": [
    {
      "article_count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

total_articles
integer
required

Total published articles

total_collections
integer
required

Number of collections with content

pending_proposals
integer
required

Proposals awaiting review

collections
CollectionStats · object[]

Per-collection breakdown