Tool to list all attachments in a Grist document. Use after confirming the document ID to retrieve attachment metadata.
sortComma-separated list of fields for sorting attachments. Prefix with '-' for descending order. Supported fields: fileName, fileSize, timeUploaded.
docIdRequiredstringThe unique identifier of the Grist document to list attachments from. Can be obtained from GRIST_LIST_WORKSPACES or document URL.
limitintegerMaximum number of attachments to return; 0 means no limit
X-SortstringAlternative to 'sort' parameter, passed via HTTP header. Use same format as 'sort'. Takes precedence over query parameter if both provided.
filterstringJSON string mapping attachment field names to arrays of allowed values for filtering. Supported fields: fileName, fileSize, timeUploaded.
X-LimitintegerAlternative to 'limit' parameter, passed via HTTP header. Takes precedence over query parameter if both provided.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.