List environments in organization
Retrieves all environments 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 environment objects with full metadata. Pagination: Supports offset-based pagination with limit and offset parameters.
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_ -]+$Query Parameters
Maximum number of items to return. Use -1 or omit to return all results. Valid values: -1 (all results) or 1–100.
-1 <= x <= 500Number of items to skip before starting to return results
x >= 0Response
List of environments retrieved successfully
The unique name of the environment within its organization
^[a-zA-Z0-9_ -]+$Markdown-formatted documentation describing the environment's purpose and contents
ISO 8601 timestamp indicating when the environment was created
ISO 8601 timestamp indicating when the environment was last modified
Number of replicas for high availability and performance. When sent on create, this value is stored as-is (within min/max). When omitted on create, Credible manages it for you. When omitted on update, the existing value is left unchanged.
1 <= x <= 10