Path Parameters
Organization ID to list projects from. Must be a valid UUID.
Query Parameters
Filter projects by state. Valid values are
enabled or disabled.Response
Array of project objects matching the filter criteria.
Unique identifier for the project (UUID format).
Unique name/slug for the project. Used in URLs and API calls.
Human-readable display name for the project.
ID of the organization this project belongs to.
Custom metadata associated with the project. Can contain any valid JSON structure.
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 organization ID format
- 401 Unauthorized: Invalid or missing authentication token
- 404 Not Found: Organization not found
- 500 Internal Server Error: Server encountered an unexpected error
Notes
- Results are returned in no guaranteed order unless sorting is implemented
- Empty results return an empty array, not an error
- Disabled projects are only returned when explicitly filtering by
state=disabled - The
members_countfield shows the total number of users with access to the project