action motaword_get_earnings { label: "View your vendor earnings" description: "View your vendor earnings from your translation activites. Includes real-time earnings from ongoing projects, and fixed earnings from completed projects, as well as total earnings and string edits." provider: motaword method: GET path: "/earnings" encoding: json output: { type: "object" properties: { completed: { type: "array" items: { type: "object" } } ongoing: { type: "array" items: { type: "object" additionalProperties: true } } total: { type: "number" format: "float" } } } }