action motaword_get_document_progress { label: "View a document translation progress" description: "View the translation or proofreading progress of a document in your account. You can also track the progress of a document under the project that it was ordered with." provider: motaword method: GET path: "/documents/{documentId}/progress" encoding: json input: { type: "object" properties: { documentId: { type: "number" } } required: ["documentId"] additionalProperties: false } output: { type: "object" } }