---
title: "Get your projects."
method: GET
path: "/projects"
tags: ["ProjectApi"]
---

# Get your projects.

`GET /projects`

## Response `200`

OK

- Project[]
  - `id` string, uuid — Gets the project id.
  - `name` string, required — Gets or sets the name of the project.
  - `description` string, nullable, required — Gets or sets the description of the project.
  - `settings` ProjectSettings, required — Represents settings associated with a project.
    - `domainId` string, uuid — Gets or sets the id of the Domain to use with this project.
    - `classificationType` 'Multiclass' | 'Multilabel', nullable — Gets or sets the classification type of the project.
    - `targetExportPlatforms` string[] — A list of ExportPlatform that the trained model should be able to support.
    - `useNegativeSet` boolean, nullable — Indicates if negative set is being used.
    - `detectionParameters` string — Detection parameters in use, if any.
    - `imageProcessingSettings` ImageProcessingSettings — Represents image preprocessing settings used by image augmentation.
      - `augmentationMethods` object, nullable — Gets or sets enabled image transforms. The key corresponds to the transform name. If value is set to true, then correspondent transform is enabled. Otherwise this transform will not be used. Augmentation will be uniformly distributed among enabled transforms.
    - `exportModelContainerUri` string, nullable — The uri to the Azure Storage container that will be used to store exported models.
    - `notificationQueueUri` string, nullable — The uri to the Azure Storage queue that will be used to send project-related notifications. See <a href="https://go.microsoft.com/fwlink/?linkid=2144149">Storage notifications</a> documentation for setup and message format.
  - `created` string, date-time — Gets the date this project was created.
  - `lastModified` string, date-time — Gets the date this project was last modified.
  - `thumbnailUri` string — Gets the thumbnail url representing the image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource.
  - `drModeEnabled` boolean, nullable — Gets if the Disaster Recovery (DR) mode is on, indicating the project is temporarily read-only.
  - `status` 'Succeeded' | 'Importing' | 'Failed' — Gets the status of the project.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/azure/apis/cognitiveservices-customvision-training.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-customvision-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-customvision-training/versions/82dfb72c78fa/schema)
