ServiceTitan MCP Server

jobs_get_attachment

Retrieve job attachments from the ServiceTitan API using a job attachment ID and tenant ID, enabling access to associated files or documents for specific jobs.

Input Schema

NameRequiredDescriptionDefault
idYesFormat - int64. The id of the job attachment to retrieve, as returned by other job API endpoints.
tenantYesFormat - int64. Tenant ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Format - int64. The id of the job attachment to retrieve, as returned by other job API endpoints.", "type": "integer" }, "tenant": { "description": "Format - int64. Tenant ID", "type": "integer" } }, "required": [ "id", "tenant" ], "type": "object" }

You must be authenticated.

Other Tools from ServiceTitan MCP Server

Related Tools

ID: mrnu4dtu2r