Organizations
Audit Logs
Audit logs provide a record of all actions taken in a Gitpod Flex organization. Using the audit logs, you can track who performed an operation, on which resource, and when. Gitpod produces audit logs for all operations within an organization.
Accessing Audit Logs
Audit logs are accessible to users with the Organization Owner role. You can retrieve audit logs using the Gitpod CLI or the Gitpod API.
Using the CLI
You can view audit logs using the gitpod
CLI, which is pre-installed on all Gitpod environments.
For additional options, including filtering and output formatting (JSON or YAML), run:
Example Output
Using the API
You can retrieve audit logs programmatically via the Gitpod API. For detailed documentation, refer to the API Reference.
Example Request
Was this page helpful?