Skip to main content
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

id
string

The ID of the detector

name
string

The name of the detector

description
string

The description of the detector

created_at
string

The creation date of the detector

active
boolean
default:true

Whether the detector is active

evaluation_id
string

The ID of the evaluation to which the detector is associated