action gitea_org_get_team { label: "Get a team" provider: gitea method: GET path: "/teams/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }