latestOpenAPI 3.0.12026-08-10234260964.0 KB
6cc88fde6435
Environment Activity
Get environment activity log
Retrieve an environment's activity log. This returns a list of object with records of actions such as:
- Commits being pushed to the repository
- A new environment being branched out from the specified environment
- A snapshot being created of the specified environment
The object includes a timestamp of when the action occurred (created_at), when the action concluded (updated_at), the current state of the action, the action's completion percentage (completion_percent), and other related information in the payload.
The contents of the payload varies based on the type of the activity. For example:
-
An environment.branch action's payload can contain objects representing the parent environment and the branching action's outcome.
-
An environment.push action's payload can contain objects representing the environment, the specific commits included in the push, and the user who pushed.
get/projects/{projectId}/environments/{environmentId}/activities
Path parameters
projectIdstring required
environmentIdstring required