/detectorsList Detectors
List detector metadata owned by the authenticated principal. Args: principal (Principal): Authenticated owner. service (DetectorService): Metadata service. Returns: list[DetectorResponse]: Detector metadata without model artifacts.
Responses
Successful Response
Fields
| Field | Type | Required | Description | Notes |
|---|---|---|---|---|
items | object | Required | Detector metadata and the latest training state. Training parameters describe the last successful model, or the initial request if no training has succeeded. Pending overrides are not exposed. | — |
id | string (uuid) | Required | — | — |
name | string | Required | — | — |
dataset_name | string | Required | — | — |
resolution | string | Required | — | enum: "coarse", "medium", "fine" |
epochs | integer | Required | — | — |
state | string | Required | Client-visible state of the most recent detector training attempt. | enum: "training", "ready", "failed" |
failure_reason | anyOf | Required | — | — |
anyOf[1] | string | Optional | — | — |
anyOf[2] | null | Optional | — | — |
