---
title: "Get Projects"
method: GET
path: "/v2.0/public/projects"
tags: ["Project Management"]
---

# Get Projects

`GET /v2.0/public/projects`

Retrieves a comprehensive list of projects and the respective information about those projects associated
with an Enterprise account. This includes Projects created through the REST API and the Enterprise Portal.
            
**Permission Required:** List Projects

## Query parameters

- `pageNumber` integer
- `itemsPerPage` integer

## Response `200`

Returns a List with project Information.

- DefinedCrowdPublicApiApiResultsProjectGetPagedProjectsQueryResults
  - `projects` DefinedCrowdPublicApiApiResultsProjectProjectInfo[], nullable — A page with details from several projects.
    - `id` string, uuid — Project Identifier.
    - `name` string, nullable — Name of the project.
    - `projectType` string, nullable — Code that identifies a project template type
    - `status` string, nullable — The project's current status.
    - `dateTimeCreated` string, date-time — Date and time when the project was created.
    - `dateTimeLastRun` string, date-time, nullable — Date and time when the project last ran.
    - `totalNumberInputUnitsSubmitted` integer — Total number of input units submitted for the project.
    - `totalNumberOutputUnitsCompleted` integer — Total number of data units already completed.

## Other responses

- `400` — Invalid page number or items per page count
- `401` — Invalid authentication (invalid/expired token).
- `403` — Invalid Enterprise Subscription.

---

[API](https://skmtc.net/definedcrowd/apis/defined-ai-api.md) · [All operations](https://skmtc.net/definedcrowd/apis/defined-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/definedcrowd/defined-ai-api/revisions/14cab8ac3bca/schema)
