---
title: "Get a project"
method: GET
path: "/v2/projects/{project_id}"
tags: ["Projects"]
---

# Get a project

`GET /v2/projects/{project_id}`

Get a specific project by its ID.

<Note>This endpoint is in beta, read more [here](https://arize.com/docs/ax/rest-reference#api-version-stages).</Note>

## Path parameters

- `project_id` string, required — A universally unique identifier (base64-encoded opaque string).

## Response `200`

A project object

- Project — A project represents an LLM application and serves as the primary container for observability data. Each project collects traces and spans that capture the execution flow of your application, enabling you to debug issues, monitor latency, and analyze token usage. Projects belong to a space and provide a centralized view of your application's performance. Use projects to organize related traces, run experiments against datasets, and track improvements over time.
  - `id` string, required — The project ID
  - `name` string, required — The project name
  - `space_id` string, required — The space ID the project belongs to
  - `created_at` string, date-time, required — When the project was created

## Other responses

- `400` — Invalid request
- `401` — Authentication is required
- `403` — Insufficient permissions to access this resource
- `404` — Not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/arize-ai/apis/arize-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-rest-api/versions/1e87d8a4cf69/schema)
