Skip to main content
GET
Recent policy applies across every project in the org

Path Parameters

orgId
string
required

Selects the scope: an organisation slug or id. The caller must be a member of it or the request is refused. See the note above.

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string

The id of the last apply from the previous page.

Response

One page of the org's apply history, newest first.

Response of GET /v1/orgs/{orgId}/policy-applies.

applies
object[]
required
nextCursor
string | null
required

Pass as cursor to fetch the next page; null on the last page.