# Search curl -X POST %%bb_api_endpoint%%/v1/auditLogs:search \ -H 'Authorization: Bearer '${bytebase_token}
# Export in base64 curl -X POST %%bb_api_endpoint%%/v1/auditLogs:export \ -H 'Authorization: Bearer '${bytebase_token} \ --data '{ "format": "JSON" }'
# Search curl -X POST %%bb_api_endpoint%%/v1/projects/project-sample/auditLogs:search \ -H 'Authorization: Bearer '${bytebase_token}
# Export in base64 curl -X POST %%bb_api_endpoint%%/v1/projects/project-sample/auditLogs:export \ -H 'Authorization: Bearer '${bytebase_token} \ --data '{ "format": "JSON" }'
Was this page helpful?