List projects in organization
Retrieves all projects within the specified organization, including metadata such as names, descriptions, creation dates, and replication counts.
Authorization: Requires read access to the organization. Response: Returns array of project objects with full metadata.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Response
List of projects retrieved successfully
The unique name of the project within its organization
^[a-zA-Z0-9_-]+$Markdown-formatted documentation describing the project's purpose and contents
ISO 8601 timestamp indicating when the project was created
ISO 8601 timestamp indicating when the project was last modified
Number of replicas for high availability and performance
1 <= x <= 10