Required. The parent, which owns this collection of artifacts. Format: {parent}
Query parameters
Parameters
pageSize
integer
The maximum number of artifacts to return. The service may return fewer than this value. If unspecified, at most 50 values will be returned. The maximum is 1000; values above 1000 will be coerced to 1000.
pageToken
string
A page token, received from a previous artifacts.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to artifacts.list must match the call that provided the page token.
filter
string
An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields except contents.
orderBy
string
A comma-separated list of fields, e.g. "foo,bar" Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This document details the legacy Apigee Registry API for retrieving artifacts, which is no longer supported and has been replaced by the Apigee API hub APIs."],["The HTTP request for retrieving artifacts uses a GET method to a specific URL with a defined parent path and can be further configured via query parameters."],["Available query parameters include `pageSize` to limit the number of returned artifacts, `pageToken` for pagination, `filter` to filter by expression, and `orderBy` to define the sorting of the results."],["The request body for this call must be empty and the response body will contain a `ListArtifactsResponse`."],["To use this API you will require the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]