Recent policy applies across every project in the org
Every policy apply across every project in the organisation, newest first, cursor-paginated. Backs the Recent applies section on Organisation view.
origin is the entrypoint that ran the apply — cli or ui — which is a different fact from a policy’s owner (git or zespan, returned as origin on an occurrence in the policies response above). A dashboard-authored (zespan-owned) policy can be applied by either entrypoint, and a git-owned policy applied in CI still reports origin: "cli" here; never read one field as the other.
policyIds is extracted from the apply’s manifest server-side — the manifest itself is the largest column on the row and is never returned.
orgId in the path selects the scope — see the note on the policies endpoint above; the same resolution applies here.
Authenticated with a dashboard session (browser cookie), not x-api-key, and requires the policy:read permission, which every role (including viewer) has.
Path Parameters
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
1 <= x <= 200The id of the last apply from the previous page.

