---
title: "Get a Project"
method: GET
path: "/v1/projects/{id}"
---

# Get a Project

`GET /v1/projects/{id}`

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- Project
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `name` string, required
  - `ownerId` string, required
  - `defaultTimeout` integer, required
  - `concurrency` integer, required — The maximum number of sessions that this project can run concurrently.

## Changes

- **2025-03-28** `ad8e080c2347` — 1 info
  - added the required property `concurrency` to the response with the `200` status
- **2024-10-27** `b37d85811d1c` — 4 info
  - removed `#/components/schemas/Entity` from the response body `allOf` list for the response status `200`
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `updatedAt` to the response with the `200` status

[Change history](https://skmtc.dev/browserbase/apis/browserbase-api/changes/v1/projects/:id/get.md)

---

[API](https://skmtc.dev/browserbase/apis/browserbase-api.md) · [All operations](https://skmtc.dev/browserbase/apis/browserbase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browserbase/browserbase-api/revisions/550634919db9/schema)
