accounts

Lists repo scans for the specified repo.

get/v1alpha/{+parent}/scans

Path parameters

parentstring required

Required. Resource name of the repo. Example: accounts/123/repos/456

Query parameters

filterstring

Optional. An AIP-160 filter string to filter repo scans. Example: scmMetadata.branch = main

pageSizeinteger

Optional. The maximum number of repo scans to return. If unspecified, at most 10 repo scans will be returned. The maximum value is 50; values above 50 will be coerced to 50.

pageTokenstring

Optional. A page token received from a previous ListRepoScans call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRepoScans must match the call that provided the page token.

Response

Successful response

Changes