Skip to main content

List Teams

Lists teams.

Parameters

ParameterDescription
IDGets a specific team by ID.
Search by TitleFetches 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

Workflow LibraryPreview this Workflow on desktop