---
title: "List projects"
method: GET
path: "/accounts-api/v2/accounts/{accountUid}/projects"
tags: ["Account & Projects"]
---

# List projects

`GET /accounts-api/v2/accounts/{accountUid}/projects`

Returns the list of projects for the account.

## Path parameters

- `accountUid` string, required

## Query parameters

- `projectNameFilter` string
- `includeArchived` boolean
- `offset` integer
- `limit` integer
- `projectTypeCode` unknown
- `projectTypeCodes` string[]

## Response `200`

OK

- AccountAPIProjectListSuccessResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `items` AccountAPIListProjectItem[], required
        - `accountUid` string, required — The account’s unique identifier. This can be found in the Smartling Dashboard under Account Settings > API.
        - `archived` boolean, required — Indicator whether or not the project has been archived. Archived projects are typically hidden from a user's view, but can still be accessible
        - `projectId` string, required — A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.
        - `projectName` string, required — The name of the project. Names of projects are not guaranteed to be unique within an account.
        - `projectTypeCode` string, required — Indicator for the type of the project.
        - `sourceLocaleDescription` string, required — The full name of the sourceLocaleId
        - `sourceLocaleId` string, required — The locale identifier for the source locale of the project. This indicates the base locale for which content should be uploaded to the project.
      - `totalCount` integer, required — The number of projects that match your specified criteria

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
