prowlarr 0.1.0

Prowlarr API docs
Documentation
# \IndexerStatusApi

All URIs are relative to *http://localhost:9696*

Method | HTTP request | Description
------------- | ------------- | -------------
[**list_indexer_status**]IndexerStatusApi.md#list_indexer_status | **GET** /api/v1/indexerstatus | 



## list_indexer_status

> Vec<models::IndexerStatusResource> list_indexer_status()


### Parameters

This endpoint does not need any parameter.

### Return type

[**Vec<models::IndexerStatusResource>**](IndexerStatusResource.md)

### Authorization

[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)

### 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)