[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [getLabel](./cautious-journey.remote.getlabel.md)
## Remote.getLabel() method
Get details of a single label.
Signature:
```typescript
getLabel(options: LabelQuery): Promise>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | LabelQuery | |
Returns:
Promise<Array<LabelUpdate>>