Path Parameters
Project identifier. Can be either:
- Project UUID (e.g.,
3f4a5b6c-7d8e-9f0a-1b2c-3d4e5f6a7b8c) - Project name/slug (e.g.,
data-platform)
Response
The requested project object.
Unique identifier for the project (UUID format).
Unique name/slug for the project.
Human-readable display name for the project.
ID of the organization this project belongs to.
Custom metadata associated with the project.
Timestamp when the project was created (RFC3339 format).
Timestamp when the project was last updated (RFC3339 format).
Number of members in the project.
Response Example
Error Responses
Error code indicating the type of error.
Human-readable error message.
Common Errors
- 400 Bad Request: Invalid project ID format
- 401 Unauthorized: Invalid or missing authentication token
- 404 Not Found: Project not found or you don’t have access to it
- 500 Internal Server Error: Server encountered an unexpected error
Notes
- You can use either the project UUID or name/slug to retrieve a project
- The service automatically detects whether the provided identifier is a UUID or name
- Access control is enforced - you must have at least read permission on the project
- Disabled projects can still be retrieved if you have the appropriate permissions