action motaword_get_continuous_project_document_progress { label: "Monitor progress of a continuous document" description: "Monitor the translation progress of a document in a continuous project in real-time." provider: motaword method: GET path: "/continuous_projects/{projectId}/documents/{documentId}/progress" encoding: json input: { type: "object" properties: { documentId: { type: "integer" format: "int64" } filterByLanguage: { type: "string" } projectId: { type: "integer" format: "int64" } } required: ["documentId", "projectId"] additionalProperties: false } output: { type: "object" } }