Skip to main content
GET
List effective policies

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Query Parameters

scopeType
enum<string>
required

The scope level to resolve policies for.

Available options:
PROJECT,
USER,
CARD
Example:

"PROJECT"

scopeId
string<uuid>

The entity to resolve policies for. Required for entity-level scopes; omit for program-level scopes that carry no id.

Response

The policies in force for the scope, with current usage for each limit that tracks a running total over a window.

items
object[]
required

Policies in force for the scope, ordered most-specific first (card, then user, then project).