action lambdatest_zipped_screenshots { label: "Fetch Zipped Screenshots" description: "Fetch Zipped Screenshots" provider: lambdatest method: GET path: "/{test_id}/zip" encoding: json input: { type: "object" properties: { test_id: { type: "string" } } required: ["test_id"] additionalProperties: false } output: { type: "object" properties: { url: { type: "string" } } } }