---
title: "Create an Export Job Event"
method: POST
path: "/v2/export-job-events"
tags: ["Export API (v2)"]
---

# Create an Export Job Event

`POST /v2/export-job-events`

The Export Job Events imply the current status of the Export Job through the export lifecycle.
            Send a request to this endpoint to update the status of the export job. If an export job has failed,
            mention the failure reason and the reason type.

## Response `202`

Export Job Event created successfully.

## Other responses

- `422` — Attempted invalid operation (trying to mark a `completed` job as `started`, and so on.)

---

[API](https://skmtc.net/pleo/apis/gjoll-api.md) · [All operations](https://skmtc.net/pleo/apis/gjoll-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pleo/gjoll-api/versions/c70cd21dc330/schema)
