Skip to main content
GET
List agent licences

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.

Query Parameters

limit
integer

Max items per page. Omitted means 50.

Required range: 1 <= x <= 200
offset
integer

Items to skip. Omitted means 0.

Required range: x >= 0
key_id
string<uuid>

Restrict to licences whose subject is this API key.

Response

Paginated list of agent licence grants, each with its revocation or null.

Paginated list of agent licence grants, each with its revocation or null.

items
object[]
required
total
integer
required

Total grants matching the filter

limit
integer
required
offset
integer
required