Get Project

Retrieve a project by id.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

idstringRequired
A unique identifier for a project.

Response

Project retrieved successfully
idstring
A unique identifier for a project.
createdAtdatetime
The date and time the project was created.
updatedAtdatetime
The date and time the project was last updated.
visibilityenum
Who can see the project.
modeenum
The project mode.
namestring
The display name of the project.
descriptionstring
An optional description of the project.

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error