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

# Gets the list of projects for the authenticated subscription.

`GET /projects`

## Query parameters

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

## Response `200`

OK

- PaginatedProjects
  - `values` Project[] — 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.
    - `links` ProjectLinks
      - `evaluations` string, uri — The location to get a list of all evaluations of this project. See operation "Projects_ListEvaluations" for more details.
      - `datasets` string, uri — The location to get a list of all datasets of this project. See operation "Projects_ListDatasets" for more details.
      - `models` string, uri — The location to get a list of all models of this project. See operation "Projects_ListModels" for more details.
      - `endpoints` string, uri — The location to get a list of all endpoints of this project. See operation "Projects_ListEndpoints" for more details.
      - `transcriptions` string, uri — The location to get a list of all transcriptions of this project. See operation "Projects_ListTranscriptions" for more details.
    - `properties` ProjectProperties
      - `datasetCount` integer — The number of datasets associated to this project.
      - `evaluationCount` integer — The number of evaluations associated to this project.
      - `modelCount` integer — The number of models associated to this project.
      - `transcriptionCount` integer — The number of transcriptions associated to this project.
      - `endpointCount` integer — The number of endpoints associated to this project.
    - `self` string, uri — The location of this entity.
    - `displayName` string, required — The display name of the object.
    - `description` string — The description of the object.
    - `locale` string, required — The locale of the contained data.
    - `customProperties` object — The custom properties of this entity. The maximum allowed key length is 64 characters, the maximum allowed value length is 256 characters and the count of allowed entries is 10.
    - `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)
