v1 projects

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
get/v1/projects/{project_id}

Path parameters

project_idstring required

Query parameters

user_idstring nullable

Response

Successful Response

Changes

Changed in 3 of the 29 revisions of this API.814

  • 0f1ebe150574812See the full diff
    • removed the required property created_at from the response with the 200 status

      response-required-property-removed

    • removed the required property description from the response with the 200 status

      response-required-property-removed

    • removed the required property name from the response with the 200 status

      response-required-property-removed

    • removed the required property project_id from the response with the 200 status

      response-required-property-removed

    • removed the required property updated_at from the response with the 200 status

      response-required-property-removed

    • removed the required property user_email from the response with the 200 status

      response-required-property-removed

    • removed the required property user_id from the response with the 200 status

      response-required-property-removed

    • removed the required property user_name from the response with the 200 status

      response-required-property-removed

    • removed the optional property project_type from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter user_id

      new-optional-request-parameter

    • added the required property project to the response with the 200 status

      response-required-property-added

    • added the optional property project_type to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added