Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Permify/permify/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/tenants/{tenant_id}/bundle/read
Returns the full definition of a named bundle, including its arguments and operations. Use this to inspect how a bundle is configured before running it.
Path Parameters
The tenant identifier. Use
t1 for single-tenant deployments. Must match ^([a-zA-Z0-9_\-@\.:+]{1,128}|\*)$.Request Body
The name of the bundle to retrieve.
Response
The bundle definition.
Example
Error Codes
| HTTP Status | Description |
|---|---|
400 | Bad request — missing bundle name |
401 | Unauthorized |
404 | Tenant or bundle not found |
429 | Rate limit exceeded |
500 | Internal server error |