action runscope_get_teams_team_id_agents { label: "Team agents list" description: "List currently connected agents associated with a given team." provider: runscope method: GET path: "/teams/{teamId}/agents" encoding: json output: { type: "object" additionalProperties: true } }