Skip to main content
GET
List decisions for a policy

Authorizations

Authorization
string
header
required

MeshQu API key passed as a bearer token: Authorization: Bearer mqu_…. Mint one in the console (Settings → API keys).

X-MeshQu-Tenant-Id
string
header
required

Tenant UUID for multi-tenant isolation. Required on all authenticated routes — validated before authentication (middleware/tenant.ts), so a missing or non-UUID header returns 400 (MISSING_TENANT_ID / INVALID_TENANT_ID) before the API key is checked.

Path Parameters

id
string<uuid>
required

Query Parameters

rule
string

Filter to decisions whose violations include this rule code

Maximum string length: 100
type

Decision outcome

Available options:
ALLOW
from
string<date-time>

Lower bound on recorded_at

to
string<date-time>

Upper bound on recorded_at

version
integer

Filter to decisions recorded under this policy version (defaults to the active version when omitted — matches the "this version" UI default)

Required range: x >= 1
cursor
string

Opaque cursor returned by the previous page. Omit for the first page.

Maximum string length: 500
limit
integer
default:50

Items per page (default 50, max 200)

Required range: 1 <= x <= 200

Response

Cursor-paginated decision log scoped to a policy

Cursor-paginated decision log scoped to a policy

items
object[]
required
next_cursor
string | null
required

Opaque cursor for the next page, or null on the final page