List Teams
Lists teams.
Parameters
Parameter | Description |
---|---|
ID | Gets a specific team by ID. |
Search by Title | Fetches all issues whose title includes the search term. |
Example Output
{
"data": {
"teams": {
"nodes": [
{
"id": "1ad3263f-01b8-4384-a58d-22017a023415",
"name": "Oz's workspace",
"createdAt": "2023-02-15T08:22:30.873Z",
"updatedAt": "2023-02-15T08:22:30.938Z",
"description": null
}
]
}
}
}
Workflow Library Example
List Teams with Linear and Send Results Via Email
Preview this Workflow on desktop