Skip to main content
GET
/
v2
/
projects
/
{project_id}
Get a project
curl --request GET \
  --url https://api.arize.com/v2/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "project_001",
  "name": "My Project",
  "space_id": "space_12345",
  "created_at": "2024-01-01T12:00:00Z"
}

Authorizations

Authorization
string
header
required

Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format

Path Parameters

project_id
string
required

The unique identifier of the project A universally unique identifier

Response

A project object

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