action runscope_get_buckets_bucket_key_messages_message_id { label: "Retrieve the details for a single message." provider: runscope method: GET path: "/buckets/{bucketKey}/messages/{messageId}" encoding: json input: { type: "object" properties: { messageId: { type: "string" } } required: ["messageId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }