get_activity_log
Retrieve the log output for a specific activity on a Magento Cloud environment, or the most recent activity if no ID is provided.
Instructions
Display the log output for a specific activity on a Magento Cloud environment. If no activity ID is provided, shows the log for the most recent activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The activity ID. Defaults to the most recent activity if omitted. Use list_activities to find IDs. | |
| project | Yes | The Magento Cloud project ID | |
| environment | Yes | The environment name, e.g. 'staging', 'production' |