cURL
curl --request GET \ --url https://proxy.qualifire.ai/api/detectors \ --header 'X-Qualifire-API-Key: <api-key>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "created_at": "<string>", "active": true, "evaluation_id": "<string>" } ]
Get detectors
The maximum number of detectors to return
The offset of the detectors to return
OK
The response is of type object[].
object[]