Skip to content

Retrieves a project.

GET
/organization/projects/{project_id}

Authorizations

Parameters

Path Parameters

project_id
required
string

The ID of the project.

Responses

200

Project retrieved successfully.

Represents an individual project.

object
id
required

The identifier, which can be referenced in API endpoints

string
object
required

The object type, which is always organization.project

string
Allowed values: organization.project
name
required

The name of the project. This appears in reporting.

string
created_at
required

The Unix timestamp (in seconds) of when the project was created.

integer
archived_at

The Unix timestamp (in seconds) of when the project was archived or null.

integer
nullable
status
required

active or archived

string
Allowed values: active archived