Get project details
Retrieves detailed information about a specific project including metadata, configuration, and administrative details.
Authorization: Requires read access to the project.
Parameters: The checkAdmin parameter can be used to verify admin privileges.
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_-]+$The unique identifier of the project Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Query Parameters
Whether to verify admin privileges for the resource
Response
Project details retrieved successfully
Represents a project entity that serves as a container for packages and related resources
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