Unstructured API MCP Server

Official

list_jobs

List jobs via the Unstructured API. Args: workflow_id: Optional workflow ID to filter by status: Optional job status to filter by Returns: String containing the list of jobs

Input Schema

NameRequiredDescriptionDefault
statusNo
workflow_idNo

Input Schema (JSON Schema)

{ "properties": { "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" }, "workflow_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Workflow Id" } }, "title": "list_jobsArguments", "type": "object" }