---
title: "GET /detector-models"
method: GET
path: "/detector-models"
---

# GET /detector-models

`GET /detector-models`

Lists the detector models you have created. Only the metadata associated with each detector model is returned.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListDetectorModelsResponse
  - `detectorModelSummaries` DetectorModelSummary[] — Summary information about the detector models.
    - `detectorModelName` string — The name of the detector model.
    - `detectorModelDescription` string — A brief description of the detector model.
    - `creationTime` string, date-time — The time the detector model was created.
  - `nextToken` string — The token that you can use to return the next set of results, or <code>null</code> if there are no more results.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — InternalFailureException
- `483` — ServiceUnavailableException

---

[API](https://skmtc.net/aws/apis/iotevents.md) · [All operations](https://skmtc.net/aws/apis/iotevents/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotevents/versions/d3ae7b052b1d/schema)
