Projects

Retrieve project

Retrieve one project and its active deployment references.

GET/api/v1/projects/{projectID}

Authentication: REST bearer token required.

Parameters

projectIDUUIDrequired

PathThe project UUID.

Responses

200

The requested project.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.