---
title: "Import a zipped set of CSV JTL files and run the import in one call; returns the async task to poll and the bench result the report will analyse"
method: POST
path: "/analysis/jtl/{projectId}/import"
tags: ["Analysis - JTL"]
---

# Import a zipped set of CSV JTL files and run the import in one call; returns the async task to poll and the bench result the report will analyse

`POST /analysis/jtl/{projectId}/import`

## Path parameters

- `projectId` string, required

## Request body

- object
  - `file` string, binary, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

## Changes

- **2026-09-26** `65e661618b8f` — 1 warning, 6 info
  - removed the optional property `f` from the response with the `200` status
  - api operation id `r` removed and replaced with `m_2`
  - added the optional property `p` to the response with the `200` status
  - added the optional write-only property `j` to the response with the `200` status
  - …3 more
- **2026-09-15** `4da8c9536717` — 1 warning, 6 info
  - removed the optional property `g` from the response with the `200` status
  - api operation id `v_1` removed and replaced with `r`
  - added the optional property `f` to the response with the `200` status
  - added the optional write-only property `a` to the response with the `200` status
  - …3 more
- **2026-09-15** `e2458537595b` — 1 warning, 6 info
  - removed the optional property `p` from the response with the `200` status
  - api operation id `X_2` removed and replaced with `v_1`
  - added the optional property `g` to the response with the `200` status
  - added the optional write-only property `s` to the response with the `200` status
  - …3 more
- **2026-09-11** `2e438cb3181d` — 6 info
  - api operation id `D_1` removed and replaced with `X_2`
  - added the optional property `p` to the response with the `200` status
  - the response optional property `u` became write-only for the status `200`
  - added the optional write-only property `b` to the response with the `200` status
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/analysis/jtl/:projectId/import/post.md)

---

[API](https://skmtc.dev/octoperf/apis/octoperf-api.md) · [All operations](https://skmtc.dev/octoperf/apis/octoperf-api/llms.txt) · [OpenAPI document](https://skmtc.dev/octoperf/apis/octoperf-api/revisions/65e661618b8f?raw)
