# \LabelsApi
All URIs are relative to *https://your-domain.atlassian.net*
[**get_all_labels**](LabelsApi.md#get_all_labels) | **GET** /rest/api/2/label | Get all labels
## get_all_labels
> crate::models::PageBeanString get_all_labels(start_at, max_results)
Get all labels
Returns a [paginated](#pagination) list of labels.
### Parameters
**start_at** | Option<**i64**> | The index of the first item to return in a page of results (page offset). | |[default to 0]
**max_results** | Option<**i32**> | The maximum number of items to return per page. | |[default to 1000]
### Return type
[**crate::models::PageBeanString**](PageBeanString.md)
### Authorization
[OAuth2](../README.md#OAuth2), [basicAuth](../README.md#basicAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)