Unstructured API MCP Server

Official

list_jobs

Retrieve and filter job listings in the Unstructured API by workflow ID or status. Simplify job management and monitoring by accessing relevant job data efficiently.

Instructions

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" }
ID: 56f7310rbq