---
title: "Upload a CSV file."
method: POST
path: "/v1/lookupTables/{id}/upload"
tags: ["lookupManagement"]
---

# Upload a CSV file.

`POST /v1/lookupTables/{id}/upload`

Create a request to populate a lookup table with a CSV file.

## Path parameters

- `id` string, required

## Query parameters

- `merge` boolean
- `fileEncoding` string

## Response `200`

The upload request was accepted. Use the provided token in a status request to track the status of the upload.

- LookupRequestToken — Allows you to track the status of an upload or export request.
  - `id` string, required — The identifier used to track the request.

## Other responses

- `default` — Operation failed with an error.

---

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