[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [listLabels](./cautious-journey.remote.listlabels.md) ## Remote.listLabels() method List all labels. Signature: ```typescript listLabels(options: ProjectQuery): Promise>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | ProjectQuery | | Returns: Promise<Array<LabelUpdate>>