Get a specific project by ID
Retrieve details of a specific project by its unique identifier.
This endpoint:
- Returns full project information including metadata
- Includes user information for the project owner
- Verifies the authenticated user owns the project or belongs to the same org
- Returns 404 if project is not found
**Authentication**: Requires valid API key or JWT token in Authorization header
Path parameters
Query parameters
Response
Successful Response
Changes
Changed in 3 of the 29 revisions of this API.814
- ▲
removed the required property
created_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
descriptionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
project_idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
updated_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
user_emailfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
user_idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
user_namefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
project_typefrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameteruser_idnew-optional-request-parameter
- ○
added the required property
projectto the response with the200statusresponse-required-property-added
- ▲
- ○
added the optional property
project_typeto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○