action runscope_get_buckets_bucket_key_tests_test_id { label: "Retrieve the details of a given test by ID." provider: runscope method: GET path: "/buckets/{bucketKey}/tests/{testId}" encoding: json output: { type: "object" additionalProperties: true } }