URL Parameters
The unique identifier of the project
Response
Indicates if the request was successful
A message describing the result of the operation
The project object
Unique identifier for the project
Description of the project (if provided)
Company ID associated with the project
Environment of the project (e.g., “development”)
Timestamp when the project was created
Timestamp when the project was last updated
Response Example
{
"success": true,
"message": "Project retrieved successfully",
"data": {
"id": "proj_01JWB8YZNBQDJA3VZ3F8Z9C5NX",
"name": "project stage24",
"company": "6836eb8d404feca42c262a86",
"environment": "development",
"createdAt": "2025-05-28T11:03:12.308Z",
"updatedAt": "2025-05-28T11:03:12.308Z"
}
}