For a signed-in session, lists every project across all orgs the caller belongs to. For a project-scoped API key, lists only the key's own project. For an org-scoped API key, lists every project in that org.
Response
200
projects *object[]
Show item properties
projectId *string
orgId *string
name *string
subdomain *string | null
currentDeploymentId *string | null
defaultBranch *string | null
githubOwner *string | null
githubRepo *string | null
source *string | null
externalId *string | null
createdAt *number
Unix epoch milliseconds.
updatedAt *number
Unix epoch milliseconds.
orgName *string
Ask AI about this page
Request example
curl -X GET "https://api.example.com/api/v0/projects"