List Trails
Path parameters
The Account Id
Query parameters
The maximum number of trails to return. The maximum page_size is 200, values above 200 will be coerced to 200. If unspecified, the default is 50.
A page token, received from a previous ListTrails call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTrails must match the call that provided the page token.
Filter criteria for the returned trails. See https://google.aip.dev/160 for the filter syntax specification.
A comma-separated list of fields to order by. e.g. "create_time,display_name" The default sort order is ascending. To specify descending order for a field, append a " desc" suffix. e.g. "create_time desc" If not specified, the default order is by "create_time desc".
The fields to be returned in the response. If empty or "*", all fields will be returned.
Response
A successful response.