Get an agent licence
Agent Licences
Get an agent licence
Returns one agent licence record by id.
GET
Get an agent licence
Authorizations
MeshQu API key passed as a bearer token: Authorization: Bearer mqu_…. Mint one in the console (Settings → API keys).
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
Response
An agent licence record: a grant, or the revocation that supersedes one.
An agent licence record: a grant, or the revocation that supersedes one.
Available options:
grant Pattern:
^[0-9a-f]{64}$