action visualstudio_get_api_v1_agents_family { label: "get_api_v1_Agents_family" provider: visualstudio method: GET path: "/api/v1/Agents/{family}" encoding: json input: { type: "object" properties: { family: { type: "string" } } required: ["family"] additionalProperties: false } output: { type: "object" properties: { assetUri: { type: "string" } family: { type: "string" } name: { type: "string" } } additionalProperties: false } }