GET
/
detectors
Get detectors
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>"
  }
]

Authorizations

X-Qualifire-API-Key
string
header
required

Query Parameters

limit
integer

The maximum number of detectors to return

offset
integer

The offset of the detectors to return

Response

OK

The response is of type object[].