dispatch_jobs_list_attachments
Get paginated attachments for a job, optionally filtered by creation date and sorted. Use it to find files tied to a job.
Instructions
List one page of attachments for a known job, optionally filtered by creation time and sorted. Returned records identify files attached to that job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn | |
| jobId | Yes | Job ID | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return items created before this UTC timestamp | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||