SourceSync.ai MCP Server

getIngestJobRunStatus

Checks the status of a previously submitted ingestion job.

Input Schema

NameRequiredDescriptionDefault
ingestJobRunIdYes
namespaceIdNo
tenantIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ingestJobRunId": { "type": "string" }, "namespaceId": { "type": "string" }, "tenantId": { "type": "string" } }, "required": [ "ingestJobRunId" ], "type": "object" }