jobs_get_job_attachments
Retrieve job attachments from ServiceTitan by specifying tenant ID, job ID, and optional filters like date range, sorting, and pagination. Streamlines access to associated documents and files for efficient job management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
createdBefore | No | Format - date-time (as date-time in RFC3339). | |
createdOnOrAfter | No | Format - date-time (as date-time in RFC3339). | |
includeTotal | No | ||
jobId | Yes | Format - int64. Job Id | |
page | No | Format - int32. | |
pageSize | No | Format - int32. | |
sort | No | ||
tenant | Yes | Format - int64. Tenant ID |