ServiceTitan MCP Server

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

NameRequiredDescriptionDefault
createdBeforeNoFormat - date-time (as date-time in RFC3339).
createdOnOrAfterNoFormat - date-time (as date-time in RFC3339).
includeTotalNo
jobIdYesFormat - int64. Job Id
pageNoFormat - int32.
pageSizeNoFormat - int32.
sortNo
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "createdBefore": { "description": "Format - date-time (as date-time in RFC3339).", "format": "date-time", "type": "string" }, "createdOnOrAfter": { "description": "Format - date-time (as date-time in RFC3339).", "format": "date-time", "type": "string" }, "includeTotal": { "type": "boolean" }, "jobId": { "description": "Format - int64. Job Id", "type": "integer" }, "page": { "description": "Format - int32.", "type": "integer" }, "pageSize": { "description": "Format - int32.", "type": "integer" }, "sort": { "type": "string" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "tenant", "jobId" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r