# ListArtifactsQuery
## Properties
**group_by** | Option<**String**> | Server-side artifact grouping. Supported values: - `maven_component`: Maven/Gradle artifacts are grouped by groupId, artifactId, and version. Individual files (jar, pom, checksums) appear in the `artifact_files` array of each component. - `docker_tag`: Docker/OCI artifacts are grouped by (image, tag), with `total_size_bytes` summed across the manifest config and referenced layer blobs. The grouped rows are returned in the `docker_tags` array. | [optional]
**page** | Option<**i32**> | | [optional]
**path_prefix** | Option<**String**> | | [optional]
**per_page** | Option<**i32**> | | [optional]
**q** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)