Skip to main content

linear.linear.listteams

Home > @runlightyear/linear > Linear > listTeams

Linear.listTeams() method

This API is in beta and may contain contain bugs. Can be used in production with caution.

List teams

All teams whose issues can be accessed by the user. This might be different from administrableTeams, which also includes teams whose settings can be changed by the user.

Signature:
listTeams(props?: ListTeamsProps): Promise<ListTeamsResponse>;

Parameters

ParameterTypeDescription
propsListTeamsProps(Optional1)
Returns:

Promise<ListTeamsResponse>