action pandascore_get_lives { label: "List lives matches" description: "List currently running live matches, available from pandascore with live websocket data." provider: pandascore method: GET path: "/lives" encoding: json output: { type: "object" additionalProperties: true } }