v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-037389158.9 KB
AttachmentService

ListAttachments lists all attachments.

get/api/v1/attachments

Query parameters

pageSizeinteger

Optional. The maximum number of attachments to return. The service may return fewer than this value. If unspecified, at most 50 attachments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageTokenstring

Optional. A page token, received from a previous ListAttachments call. Provide this to retrieve the subsequent page.

filterstring

Optional. Filter to apply to the list results. Example: "mime_type=="image/png"" or "filename.contains("test")" Supported operators: =, !=, <, <=, >, >=, : (contains), in Supported fields: filename, mime_type, create_time, memo

orderBystring

Optional. The order to sort results by. Example: "create_time desc" or "filename asc"

Response

OK

nextPageTokenstring

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.