POST /v1/tenants/{tenant_id}/data/attributes/read
The Read Attributes endpoint queries stored attribute records and returns those matching the supplied filter. Use it to inspect which attribute values are currently stored for entities in your authorization graph.
Path Parameters
The tenant identifier. Use
t1 for single-tenant deployments. Must match ^([a-zA-Z0-9_\-@\.:+]{1,128}|\*)$.Request Body
Criteria for selecting which attributes to return.
Number of attributes to return per page. Must be
>= 1.Pagination token from a previous response. Omit for the first page.
Response
The list of matching attribute records.
Pagination token for the next page. Empty when there are no more results.
Example
Error Codes
| HTTP Status | Description |
|---|---|
400 | Bad request — invalid filter fields |
401 | Unauthorized |
404 | Tenant not found |
429 | Rate limit exceeded |
500 | Internal server error |