Models written to Permify using the write schema API can be listed using this API with the timestamps at which the models were created. Request needs to be made to the API endpoint /v1/tenants//schemas/list to list all the models.Documentation Index
Fetch the complete documentation index at: https://proxy-docs.permify.co/llms.txt
Use this file to discover all available pages before exploring further.
/v1/tenants/{tenant_id}/schemas/list
Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1 for this field. Required, and must match the pattern \“[a-zA-Z0-9-,]+\“, max 64 bytes.
SchemaListRequest is the request message for the List method in the Schema service. It contains tenant_id for which the schemas are to be listed.