action browshot_get_screenshot_info { label: "Query screenshot status" description: "Once a screenshot has been requested, its status must be checked until it is either \"error\" or \"finished\"." provider: browshot method: GET path: "/screenshot/info" encoding: json input: { type: "object" properties: { details: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }