SourceSync.ai MCP Server

getIngestJobRunStatus

Check the status of an ingestion job in SourceSync.ai's MCP Server by providing the job run ID, tenant ID, and namespace ID for accurate tracking and management.

Instructions

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" }
ID: 3llggpfti7