---
title: "Returns a list of projects for the user"
method: GET
path: "/projects"
tags: ["projects"]
---

# Returns a list of projects for the user

`GET /projects`

This Returns the projects list primarily for the Analytics product.

## Query parameters

- `includeType` string[]
- `expansion` string[]
- `filterByIds` string
- `locale` string
- `pagination` 'true' | 'false'
- `ownerId` integer
- `limit` integer
- `page` integer

## Response `200`

successful operation

- AnalyticsProject[]
  - `id` string — System generated id
  - `name` string
  - `description` string
  - `rsid` string — The report suite id for which the component was created/updated
  - `reportSuiteName` string — The report suite name for which the component was created/updated
  - `owner` Owner
    - `id` integer, required — the login id of the owner
    - `name` string — the friendly full login name of the owner, included when the expansion parameter ownerFullName is true
    - `login` string — the friendly full login name of the owner, included when the expansion parameter ownerFullName is true
  - `type` 'project' | 'mobileScorecard'
  - `definition` JsonNode
  - `externalReferences` object
  - `accessLevel` string
  - `versionNotes` string
  - `tags` object[]
  - `shares` object[]
  - `modified` string, date-time
  - `created` string, date-time

## Changes

- **2022-05-10** `dcd4514630c4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adobe/apis/adobe-analytics-apis/changes/projects/get.md)

---

[API](https://skmtc.dev/adobe/apis/adobe-analytics-apis.md) · [All operations](https://skmtc.dev/adobe/apis/adobe-analytics-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adobe/adobe-analytics-apis/revisions/dcd4514630c4/schema)
