Skip to main content
GET
/
api
/
v1
/
projects
/
{project_id}
Error
A valid request URL is required to generate request examples
{
  "created_at": "<string>",
  "id": "<string>",
  "name": "<string>",
  "updated_at": "<string>",
  "description": "<string>"
}

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

Project ID

Response

Project details

Project details response

created_at
string
required

Creation timestamp (RFC3339)

id
string
required

Project ID

name
string
required

Project name

updated_at
string
required

Last update timestamp (RFC3339)

description
string | null

Optional project description