action runscope_get_buckets_bucket_key_messages { label: "Retrieve a list of messages in a bucket" provider: runscope method: GET path: "/buckets/{bucketKey}/messages" encoding: json input: { type: "object" properties: { before: { type: "string" } count: { type: "string" } since: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }