---
title: "Retrieves configuration for a Project."
method: GET
path: "/projects/{projectId}"
tags: ["projects"]
---

# Retrieves configuration for a Project.

`GET /projects/{projectId}`

## Path parameters

- `projectId` string, required

## Query parameters

- `expansion` string[]
- `locale` string

## 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/:projectId/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)
