Get audit log (as a CSV file) for an environment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
From timestamp filter. Takes a UNIX timestamp. e.g. from_timestamp=1675167540
To timestamp filter. Takes a UNIX timestamp. e.g. from_timestamp=1675167540
Event types filter. Can be one of started, exited, changed. e.g. event_types=started,exited
Flow names filter as comma separated list. Use 'no provenance' to include artifacts without provenance.e.g. flow_names=server,web,no provenance
Repo names filter as comma separated list. e.g. repo_names=repo1,repo2
Successful audit log retrieval