Skip to main content
GET
Get a project by ID or name

Authorizations

Authorization
string
header
required

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

Path Parameters

id_or_name
string
required

Project ID or name

Response

Project details

created_at
string<date-time>
required

When the project was created

id
string
required

Unique project identifier

Example:

"proj_abc123"

name
string
required

Project name

Example:

"production"

status
enum<string>
required

Project status

Available options:
active,
archived
Example:

"active"

updated_at
string<date-time>
required

When the project was last updated