action thesmsworks_get_messages_messageid { label: "get_messages_messageid" description: "Retrieve a logged message by the message ID" provider: thesmsworks method: GET path: "/messages/{messageid}" encoding: json input: { type: "object" properties: { messageid: { type: "string" } } required: ["messageid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }