Skip to main content
GET
/
projects
Error
A valid request URL is required to generate request examples
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "key": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "modifiedAt": "2023-11-07T05:31:56Z",
    "modifiedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "description": "<string>",
    "templateId": "<string>",
    "defaultBranchId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of projects

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