---
title: "Gets the list of custom models for the authenticated subscription."
method: GET
path: "/models"
tags: ["Custom Speech models:"]
---

# Gets the list of custom models for the authenticated subscription.

`GET /models`

## Query parameters

- `skip` integer
- `top` integer
- `filter` string

## Response `200`

OK

- PaginatedCustomModels
  - `values` CustomModel[] — A list of entities limited by either the passed query parameters 'skip' and 'top' or their default values. When iterating through a list using pagination and deleting entities in parallel, some entities will be skipped in the results. It's recommended to build a list on the client and delete after the fetching of the complete list.
    - `self` string, uri — The location of this entity.
    - `locale` string, required — The locale of the contained data.
    - `displayName` string, required — The display name of the object.
    - `description` string — The description of the object.
    - `lastActionDateTime` string, date-time — The time-stamp when the current status was entered. The time stamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).
    - `status` 'NotStarted' | 'Running' | 'Succeeded' | 'Failed' — Describe the current state of the API
    - `createdDateTime` string, date-time — The time-stamp when the object was created. The time stamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).
  - `@nextLink` string, uri — A link to the next set of paginated results if there are more entities available; otherwise null.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-speech-speechtotext.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-speech-speechtotext/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-speech-speechtotext/versions/931821089e0d/schema)
