---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.by/docs/en/mobile-api/logs/logs-api-status.md
  - https://appmetrica.yandex.by/docs/ru/mobile-api/logs/logs-api-status.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/docs/en/llms.txt

# Availability of the Logs API

Checks the availability of the [Logs API](https://appmetrica.yandex.by/docs/en/mobile-api/logs/about.md).

## Request format {#request-format}

```
GET /management/v1/logsapi/status
```

## Response format {#response-body}

```json translate=no
{
  "logs_api_availability_status": "string"
}
```
#|
|| `logs_api_availability_status` | Availability of the Logs API. 

Possible values:

- `enabled` — Logs API available. 
- `disabled` — Logs API unavailable. ||
|#

## Example {#example}

{% list tabs %}

- cURL

  ```bash translate=no
  curl -X GET \
    'https://api.appmetrica.yandex.com/management/v1/logsapi/status' \
    -H 'Authorization: OAuth <your_token>'
  ```

  where `<your_token>` is an OAuth token that can be obtained using [instructions](https://appmetrica.yandex.by/docs/en/mobile-api/intro/authorization.md#get-oauth-token).

- HTTP

  ```http translate=no
  GET /management/v1/logsapi/status HTTP/1.1
  Host: api.appmetrica.yandex.com
  Authorization: OAuth <your_token>
  ```

  where `<your_token>` is an OAuth token that can be obtained using [instructions](https://appmetrica.yandex.by/docs/en/mobile-api/intro/authorization.md#get-oauth-token).

{% endlist %}

<!-- source: en/_includes/feedback-button-2.md -->
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

<a href="../../troubleshooting/feedback-new">
  <span class="button">Contact support</span>
</a>

<a href="../../troubleshooting/feedback-docs">
  <span class="button">Suggest an improvement for documentation</span>
</a>
<!-- endsource: en/_includes/feedback-button-2.md -->
