Get project details
projects
Get project details
Retrieves detailed information about a specific project by its ID. The user must have permission to view the project.
GET
Get project details
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the project
Response
Successful Response
Full project representation for GET /projects/{project_id}.
Display name of the project
ID of the organization this project belongs to
Timestamp when the project was created
Description of the project
Type of project
Timestamp when the project was last updated

