External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
Get Team
Returns team with given ‘id’ or ‘name’.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | Identifier of the team. |
| ID Type | Type of the identifier. Possible values are ‘id’ and ‘name’. Default value is ‘id’. |
{
"data": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"members": [
{
"user": {
"id": "<string>",
"username": "<string>"
},
"role": "<string>"
},
{
"user": {
"id": "<string>",
"username": "<string>"
},
"role": "<string>"
}
],
"links": {
"web": "<string>",
"api": "<string>"
}
},
"took": 1,
"requestId": "<string>"
}
Was this page helpful?