Docs »

Data Queries »

Attachment Manifest

attachment.manifest

attachment.manifest queries list files within an archive attachment (e.g. .zip).

Inputs

Key Description
filter: An optional pattern to match on returned paths and files. (e.g. *.png, /example/path/*)
format: Must be dictionaries (default) or omitted
id: The id of an attachment record to inspect (must be an archive)
limit: The number of file paths to return (defaults to 1000)
offset: The file path to start returning from (defaults to 0)

Response Formats

The results can be returned in these formats:

  • dictionaries (default) returns a table-based format suitable for sheets and API results.

Examples



type:attachment.manifest
filter:*.xml
id:123
limit:100
format:dictionaries