Tool name: list-email-editor-images
Lists the images in a KlickTipp account's image library -- the files the email editor's file manager shows -- sorted by path, with the public URL, path, file name, MIME type, size and upload time of each. The URL is what an image block takes in update-email-editor-image-block (field src); a placeholder in that field resolves to nothing. The search matches file names and folder paths, not what a picture shows; dimensions are not part of a listing. Paged by cursor. Reads the account the access token belongs to, or one of its subaccounts when an account ID is given. To add a picture that is not in the library: open-email-editor-image-upload opens a form the user picks a file in, upload-email-editor-image-from-url adds one from a public URL.
nextCursor of the previous page; omit for the first page
{ "limit": null, "cursor": null, "accountId": null }
{ "accountId": 0, "count": 0, "hasNextPage": true, "nextCursor": "string", "images": [ { "url": "string", "path": "string", "fileName": "string", "mimeType": "string", "sizeBytes": 0, "uploadedAt": "string", "width": 0, "height": 0 } ] }