List Guardrails
๐ก๏ธ Guardrails API Endpoints
List Guardrails
List all guardrails with pagination support
GET
List Guardrails
Documentation Index
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
List Guardrails
Retrieve a paginated list of all guardrails in your account.Query Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | 1 | Page number (must be >= 1) |
per_page | integer | No | 10 | Number of items per page (must be between 1 and 100) |
Example Request
Example Response
Pagination
The response includes pagination metadata to help you navigate through the results:page: Current page numberper_page: Number of items per pagetotal_count: Total number of items across all pagestotal_pages: Total number of pageshas_next: Boolean indicating if thereโs a next pagehas_previous: Boolean indicating if thereโs a previous page
page parameter:
Authorizations
Query Parameters
Page number (must be >= 1)
Required range:
x >= 1Example:
1
Number of items per page (must be between 1 and 100)
Required range:
1 <= x <= 100Example:
10

