Skip to main content
GET
Get project details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Unique identifier of the project

Response

Successful Response

Full project representation for GET /projects/{project_id}.

name
string
required

Display name of the project

organization_id
string
required

ID of the organization this project belongs to

created_at
string<date-time>
required

Timestamp when the project was created

description
string | null

Description of the project

project_type
string | null

Type of project

updated_at
string<date-time> | null

Timestamp when the project was last updated