jobs_get_job_attachments
Retrieve attachments for a specific job in ServiceTitan using job ID and tenant ID, with options to filter by creation date, paginate results, and include totals.
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 |