cURL
curl --request GET \ --url https://proxy.qualifire.ai/api/guardrails \ --header 'X-Qualifire-API-Key: <api-key>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "created_at": "<string>", "active": true, "trigger": "<string>", "error_threshold": 50, "warning_threshold": 50, "evaluations": { "request_evaluation": "<string>", "response_evaluation": "<string>" }, "actions": { "block": true, "default_response": "<string>", "retry": true, "retry_cap": 5, "alert": { "email": "<string>", "message": "<string>", "cooldown": 0 } } } ]
Get Guardrails
The maximum number of Guardrails to return
The offset of the Guardrails to return
OK
The response is of type object[].
object[]