---
title: "GET /projects"
method: GET
path: "/projects"
tags: ["Project"]
---

# GET /projects

`GET /projects`

Gets a list of projects for the authenticated Speech service resource.

## Query parameters

- `skip` integer
- `maxpagesize` integer
- `filter` string
- `api-version` string, required

## Response `200`

Success

- PaginatedProjects — Paginated project list
  - `value` Project[], required — Project list
    - `id` string — Resource id
    - `displayName` string — Project name
    - `description` string — Project description
    - `kind` 'ProfessionalVoice' | 'PersonalVoice', required — Project kind
    - `createdDateTime` string, date-time — The timestamp when the object was created. The timestamp 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 — Link to next page.

## Other responses

- `default` — An error occurred.

---

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