---
title: "Changes to Import a CSV of usage events"
method: POST
path: "/tasks"
---

# Changes to Import a CSV of usage events

`POST /tasks`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 110 revisions.

- **2026-09-01** `e1d4e27b5677` — 1 info
- **2026-08-14** `29f14678f58f` — 1 breaking
- **2026-07-15** `f8ecf435d25d` — 2 warning
- **2026-07-09** `7d57386313c7` — 8 breaking, 11 warning, 4 info
- **2026-07-09** `4b1a811c4179` — 15 breaking, 11 info
- **2026-05-18** `8ec2edea6b20` — 4 warning
- **2026-04-06** `95af41a12111` — 4 warning, 8 info

## Changes

- **2026-09-01** `e1d4e27b5677` — 1 info
  - endpoint added
- **2026-08-14** `29f14678f58f` — 1 breaking
  - api removed without deprecation
- **2026-07-15** `f8ecf435d25d` — 2 warning
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `7d57386313c7` — 8 breaking, 11 warning, 4 info
  - request property `file_type` was restricted to a list of enum values
  - request property `task_type` was restricted to a list of enum values
  - the `file_type` request property type/format changed from ``/`` to `string`/``
  - the `task_type` request property type/format changed from ``/`` to `string`/``
  - the `file_type` response's property type/format changed from ``/`` to `string`/`` for status `202`
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `202`
  - the `task_status` response's property type/format changed from ``/`` to `string`/`` for status `202`
  - the `task_type` response's property type/format changed from ``/`` to `string`/`` for status `202`
  - added the new `COMPLETED` enum value to the `task_status` response property for the response status `202`
  - added the new `CSV` enum value to the `file_type` response property for the response status `202`
  - added the new `EXPORT` enum value to the `task_type` response property for the response status `202`
  - added the new `FAILED` enum value to the `task_status` response property for the response status `202`
  - added the new `IMPORT` enum value to the `task_type` response property for the response status `202`
  - added the new `JSON` enum value to the `file_type` response property for the response status `202`
  - added the new `PENDING` enum value to the `task_status` response property for the response status `202`
  - added the new `PROCESSING` enum value to the `task_status` response property for the response status `202`
  - added the new `archived` enum value to the `status` response property for the response status `202`
  - added the new `deleted` enum value to the `status` response property for the response status `202`
  - added the new `published` enum value to the `status` response property for the response status `202`
  - added the new `CSV` enum value to the request property `file_type`
  - added the new `EXPORT` enum value to the request property `task_type`
  - added the new `IMPORT` enum value to the request property `task_type`
  - added the new `JSON` enum value to the request property `file_type`
- **2026-07-09** `4b1a811c4179` — 15 breaking, 11 info
  - removed the enum value `CSV` of the request property `file_type`
  - removed the enum value `EXPORT` of the request property `task_type`
  - removed the enum value `IMPORT` of the request property `task_type`
  - removed the enum value `JSON` of the request property `file_type`
  - the `file_type` request property type/format changed from `string`/`` to ``/``
  - the `task_type` request property type/format changed from `string`/`` to ``/``
  - the `completed_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `202`
  - the `created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `202`
  - the `failed_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `202`
  - the `file_type` response's property type/format changed from `string`/`` to ``/`` for status `202`
  - the `started_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `202`
  - the `status` response's property type/format changed from `string`/`` to ``/`` for status `202`
  - the `task_status` response's property type/format changed from `string`/`` to ``/`` for status `202`
  - the `task_type` response's property type/format changed from `string`/`` to ``/`` for status `202`
  - the `updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `202`
  - removed the `COMPLETED` enum value from the `task_status` response property for the response status `202`
  - removed the `CSV` enum value from the `file_type` response property for the response status `202`
  - removed the `EXPORT` enum value from the `task_type` response property for the response status `202`
  - removed the `FAILED` enum value from the `task_status` response property for the response status `202`
  - removed the `IMPORT` enum value from the `task_type` response property for the response status `202`
  - removed the `JSON` enum value from the `file_type` response property for the response status `202`
  - removed the `PENDING` enum value from the `task_status` response property for the response status `202`
  - removed the `PROCESSING` enum value from the `task_status` response property for the response status `202`
  - removed the `archived` enum value from the `status` response property for the response status `202`
  - removed the `deleted` enum value from the `status` response property for the response status `202`
  - removed the `published` enum value from the `status` response property for the response status `202`
- **2026-05-18** `8ec2edea6b20` — 4 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `too_many_requests` enum value to the `code` response property for the response status `400`
  - added the new `too_many_requests` enum value to the `code` response property for the response status `500`
- **2026-04-06** `95af41a12111` — 4 warning, 8 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `success` from the response with the `400` status
  - removed the optional property `success` from the response with the `500` status
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `500` status
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `http_status_code` to the response with the `400` status
  - added the optional property `http_status_code` to the response with the `500` status
  - added the optional property `message` to the response with the `400` status
  - added the optional property `message` to the response with the `500` status

---

[Operation](https://skmtc.dev/flexprice/apis/flexprice-api/docs/tasks/post.md) · [API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [Page](https://skmtc.dev/flexprice/apis/flexprice-api/changes/tasks/post)
