List guardrails

List all guardrails for the authenticated user. Management key required.

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Query parameters

offsetintegerOptional>=0
Number of records to skip for pagination
limitintegerOptional1-100

Maximum number of records to return (max 100)

Response

List of guardrails
datalist of objects
List of guardrails
total_countinteger
Total number of guardrails

Errors

401
Unauthorized Error
500
Internal Server Error