Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string<uuid>
required

Response

Project details

id
string<uuid>
required
key
string
required
name
string
required
status
enum<string>
required
Available options:
ACTIVE,
ARCHIVED,
TEMPLATE
createdAt
string<date-time>
required
createdBy
string<uuid>
required
modifiedAt
string<date-time>
required
modifiedBy
string<uuid>
required
description
string | null
templateId
string | null
defaultBranchId
string<uuid> | null