---
title: "api/flashlogs/{id} GET
Provide the contents of the log_file_parsed property of the flashlog"
method: GET
path: "/api/flashlogs/{id}"
tags: ["Api\\FlashLogController"]
---

# api/flashlogs/{id} GET
Provide the contents of the log_file_parsed property of the flashlog

`GET /api/flashlogs/{id}`

## Query parameters

- `id` integer, required — Flashlog ID to parse

## Headers

- `Authorization` string
- `Content-Type` string
- `Accept` string
- `Accept-language` string

## Request body

- object
  - `matches_min` integer — Flashlog minimum amount of inline measurements that should be matched. Default: 5.
  - `match_props` integer — Flashlog minimum amount of measurement properties that should match. Default: 9.
  - `db_records` integer — Flashlog minimum amount of inline measurements that should be matched. Default: 80.
  - `block_id` integer — Flashlog block index to get both Flashlog as database data from.
  - `block_data_index` integer — Flashlog data index to get both Flashlog as database data from.
  - `data_minutes` integer — Flashlog data amount of minutes to show data from. Default: 10080 (1 week).
  - `from_cache` boolean — get Flashlog parse result from cache (24 hours). Default: true.
  - `save_result` boolean — Flashlog save the parsed result as new log_file_parsed. Default: false.
  - `csv` integer — Save the Flashlog block_id data as a CSV file (1) and return a link. Default: 0.
  - `json` integer — Save the Flashlog block_id data as a JSON file (1) and return a link. Default: 0.

## Other responses

- `500`

## Changes

> 15 revisions in range; 1 could not be searched.

- **2023-02-01** `24f68ed65e1c` — 2 info
  - added the non-success response with the status `401`
  - removed the non-success response with the status `500`
- **2022-12-20** `db62247285c8` — 2 info
  - added the non-success response with the status `500`
  - removed the non-success response with the status `401`
- **2022-06-20** `a87569f002e1` — 1 info
  - added the new optional `header` request parameter `Accept-language`
- **2022-06-10** `568ca15f3476` — 1 warning, 2 info
  - deleted the `header` request parameter `Accept-language`
  - added the non-success response with the status `401`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/beepnl/apis/beep/changes/api/flashlogs/:id/get.md)

---

[API](https://skmtc.dev/beepnl/apis/beep.md) · [All operations](https://skmtc.dev/beepnl/apis/beep/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beepnl/beep/revisions/7f1e35deb524/schema)
