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