Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://use.hoop.dev/api/attributes
{ "data": [ { "access_control_group_names": [ "engineering", "sre" ], "access_request_rule_names": [ "rule1", "rule2" ], "connection_names": [ "pgdemo", "mysql-prod" ], "created_at": "2024-07-25T15:56:35.317601Z", "datamasking_rule_names": [ "rule1", "rule2" ], "description": "Blocks high-risk SQL commands", "guardrail_rule_names": [ "rule1", "rule2" ], "id": "15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7", "name": "default-session-attribute", "org_id": "37EEBC20-D8DF-416B-8AC2-01B6EB456318" } ], "pages": { "page": 123, "size": 123, "total": 123 } }
List attributes for the organization with optional pagination and search.
Search by name
Page number (1-based)
Items per page (1-100)
OK
Show child attributes
Was this page helpful?