---
title: "Get api calls as log file."
method: GET
path: "/api/apps/{app}/usages/log"
tags: ["Statistics"]
---

# Get api calls as log file.

`GET /api/apps/{app}/usages/log`

## Path parameters

- `app` string, required

## Response `200`

Usage tracking results returned.

- LogDownloadDto
  - `downloadUrl` string, nullable — The url to download the log.

## Other responses

- `404` — App not found.
- `500` — Operation failed.

---

[API](https://skmtc.net/squidex/apis/squidex-api.md) · [All operations](https://skmtc.net/squidex/apis/squidex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/squidex/squidex-api/revisions/b4a9b62f113a/schema)
