---
title: "Get Parse Config"
method: GET
path: "/api/v1/files/{user_file_id}/parse-config"
tags: ["files"]
---

# Get Parse Config

`GET /api/v1/files/{user_file_id}/parse-config`

Return analyzer output + current Database state for the cog modal.

## Path parameters

- `user_file_id` string, uuid, required

## Response `200`

Successful Response

- ParseConfigResponse
  - `id` string, uuid, required
  - `state` string, required
  - `sheets` ParseConfigSheet[], required
    - `name` string, nullable
    - `analyzer_header_row_index` integer, nullable
    - `columns` string[]
    - `preview_rows` array[]
      - string[]
    - `fail_reason` string, nullable
    - `current_database` ParseConfigDatabase
      - `id` string, uuid, required
      - `name` string, required
      - `header_row_index` integer, required
      - `refresh_status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
