Basic request and response
Query the workspace audit log withGET /api/v1/app/audit.
Example response
Example response
Project audit log
Example response
Example response
Query parameters
start_date,end_date: Unix timestamps for the time window.include: Optional entity filter (for exampleUser).artifact_types: Optional comma-separated artifact type filter.page,page_size: Pagination controls.
Errors and edge cases
- 400: invalid time range or filters.
- 403: insufficient permissions.