List environment objects
List environment objects in a Workspace or Deployment.
Path parameters
The ID of the Organization to which the environment object belongs.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
The number of results to skip before returning values.
The maximum number of results to return.
A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc
or <fieldName>:desc
.
The Workspace ID to filter for. The API returns details for all environment objects belonging only to this specified Workspace.
The Deployment ID to filter for. The API returns details for all environment objects belonging only to this specified Deployment.
The environment object type to filter for. The API returns details for all environment objects belonging only to this specified object type.
The environment object key to filter for. The API returns details for all environment objects belonging only to the specified object key.
If true, returns the actual values of fields of type secret in the API response.
Resolve and return the environment objects linked to the specified Deployment or Workspace in the API response.
Response
OK
The list of environment objects
The maximum number of environment objects in current page
The offset of the current page of environment objects
The total number of environment objects