---
metadata:
  - name: generator
    content: Diplodoc Platform v5.57.3
alternate:
  - https://boost.yandex.com/doc/en/analytics/content/mobile-api/management/applications/access/list-events.md
  - https://boost.yandex.com/doc/ru/analytics/content/mobile-api/management/applications/access/list-events.md
  - href: en/analytics/content/mobile-api/management/applications/access/list-events.md
    type: text/markdown
    title: Markdown version
  - href: ../../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://boost.yandex.com/doc/en/llms.txt

# Event list

Returns a list of custom events

## Request format {#request-format}

```
GET https://api.boost.yandex.com/v1/traffic/sources/events?appId={id}
```
#|
|| `id` | App ID ||
|#

## Response format {#response-body}

```json translate=no
  "events_info": {
    "events": [
      "string",
      "string",
      "string"
    ],
    "totals": 3
```
#|
|| `events` | Event names. ||
|#

## Example {#example}

{% list tabs %}

- cURL

   ```bash translate=no
   curl -X GET \
     'https://api.boost.yandex.com/v1/traffic/sources/events?appId=1111' \
     -H 'Authorization: OAuth <your_token>'
   ```

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

- HTTP

   ```http translate=no
   GET /v1/traffic/sources/events?appId=1111 HTTP/1.1
   Host: api.boost.yandex.com
   Authorization: OAuth <your_token>
   ```

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

{% endlist %}

<!-- source: en/analytics/content/_includes/feedback-button-4.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/analytics/content/_includes/feedback-button-4.md -->
