Returns package log events, including uploads, copies, deletes, etc.
Path parameters
The name of the Workspace.
Query parameters
End of the time range to filter logs. End time is exclusive, i.e. an end time of 2025-01-01 results in a query that returns logs with a timestamp of before 2025-01-01T00:00:00.
Type of sync action by which to filter logs (e.g. SYNC, DELETE, COPY). Multiple actions can be provided e.g. event_action=SYNC&event_action=DELETE.
Actor slug or unique identifier (slug-perm) by which to filter logs. Multiple actors can be provided e.g. event_actor=my-user&event_actor=W9iD9l2rNnrk.
Type of actor by which to filter logs (e.g. USER, SERVICE). Multiple types can be provided e.g. event_actor_type=USER&event_actor_type=SERVICE.
Response format. Use json (default) for a paginated JSON response, or csv to download the results as CSV.
Package name or unique identifier (slug-perm) by which to filter logs. Multiple values can be provided e.g. package=my-package&package=W9iD9l2rNnrk.
Type of package formats by which to filter logs (e.g. Nuget, Cargo, Raw). Multiple formats can be provided e.g. package_format=Nuget&package_format=Cargo.
A page number within the paginated result set.
Number of results to return per page.
A search string for filtering logs. Legal prefixes are package (alias name), package_format (alias format), event_action, event_actor, event_actor_type, repository and version; a term with no prefix matches the package name or identifier. Boolean operators may be used to construct intricate queries. Omitting boolean operators is interpreted as an implicit AND. The expression is combined (AND) with any other filter parameters.
List of repositories for filtering logs. Multiple repositories can be provided e.g. repository=test-repo&repository=another-repo.
Start of the time range to filter logs. Start time is inclusive, i.e. a start time of 2025-01-01 results in a query that returns logs with a timestamp starting from 2025-01-01T00:00:00.