list_event_occurrence_attachments
List all attachments on a specific event occurrence using its event ID and date.
Instructions
List attachments on a specific event occurrence (date).
event_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the lookup.
Returns the AttachmentView shape:
{id, provider, filename, mime, size, created_at, created_by, url}.
url is a freshly signed GET for s3-backed entries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| date | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |