Skip to main content
Returns a paginated, sortable, filterable view of an owner’s governance tree — each node with its hierarchy position, budget configuration, and current usage. Use this endpoint to power dashboards, admin UIs, and leaderboards.
Usage figures are served from a periodically-refreshed read model and may lag the live counter by a few minutes. This endpoint never gates — use Check for real-time gate decisions.
All calls use the Stigg REST API with your server-side API key in the X-API-KEY header.

Basic query


Response shape


Filtering

Filter by feature/credit

Filter by entity type

Filter by scope

Filter by utilization

Search by entity ID

Case-insensitive substring match on the entity ID.

Sorting


Pagination

The query endpoint uses forward-only cursor pagination.
pagination.next is null when you have reached the last page.

Rebuilding the tree client-side

Each row carries parentId, so you can reconstruct the full hierarchy from a flat response: