---
title: "Get a project"
method: GET
path: "/v1/projects/{projectId}"
tags: ["projects"]
---

# Get a project

`GET /v1/projects/{projectId}`

Get a single project by ID or shortId.

## Path parameters

- `projectId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Project details

- ProjectDetail
  - `browserRegion` 'eu' | 'us' — Default proxy exit region for web runs. null keeps the provider's default networking. Web projects only.
  - `prTestingEnabled` boolean — Test PR deployments automatically.
  - `prTestingInstructions` string, nullable — Free-form instructions for the PR exploration agent.
  - `prTestingDebounceMinutes` integer — Quiet period before a PR deployment is tested. 0 disables debouncing.
  - `includeExampleMobileApp` boolean — Offer the example app as a run target. Mobile projects only.
  - `autoDeleteOldestMobileApp` boolean — Delete the oldest unused app builds when an upload exceeds the storage quota. Mobile projects only.
  - `accessibilityAuditEnabled` boolean — Scan visited pages with axe-core during web runs and report critical accessibility violations as non-blocking warnings. On by default. Web projects only.
  - `id` string, uuid, required
  - `shortId` string, nullable, required
  - `name` string, required
  - `url` string, nullable, required
  - `projectType` 'web' | 'mobile', required
  - `description` string, nullable, required
  - `environments` ProjectDetailEnvironmentsItems[], required
    - `id` string, uuid, required
    - `name` string, required
    - `slug` string, required
    - `kind` 'production' | 'pr_preview' | 'static', required
    - `url` string, nullable, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist or is not accessible
- `429` — Too Many Requests - Usage limit exceeded
- `500` — Internal Server Error
- `504` — Gateway Timeout - Test execution exceeded time limit

---

[API](https://skmtc.net/tester/apis/testerarmy-api.md) · [All operations](https://skmtc.net/tester/apis/testerarmy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tester/testerarmy-api/revisions/3156fb59f41d/schema)
