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