---
title: "Get current details of an async event job."
method: POST
path: "/v2/events/jobs/status"
tags: ["Events"]
---

# Get current details of an async event job.

`POST /v2/events/jobs/status`

Get current details of an async event job

## Request body

- AsyncJobDetailRequest
  - `companyId` string, required — Company Id for which job was created.
  - `filters` union
    - object
      - `filterType` string, required — Used to distinguish which type of filter is applied.
      - `jobId` string, uuid, required — Job Id for the async event job.
    - object
      - `filterType` string, required — Used to distinguish which type of filter is applied.
      - `referenceId` string, required — Reference Id associated with the job.
      - `type` 'PUBLISH' | 'MODIFY' | 'CANCEL' | 'SEND_INVITE' — Event job type enum.

## Response `200`

Async job details.

- AsyncJobDetailResponse — Response object which contain the async job detail.
  - `jobId` string, uuid — Job Id for the async event job.
  - `referenceId` string — Reference Id associated with the job.
  - `type` 'PUBLISH' | 'MODIFY' | 'CANCEL' | 'SEND_INVITE' — Event job type enum.
  - `status` 'IN PROGRESS' | 'COMPLETED' — Event job status enum.
  - `totalItems` integer — Total number of items which are being processed by the job.
  - `successCount` integer — Success item count.
  - `failureCount` integer — Failure item count.
  - `jobItems` JobItem[] — Failed item array.
    - `eventId` string — Unique identifier for the event.
    - `status` 'SUCCESS' | 'FAILED' — Event job item status enum.
    - `message` string — Error message
  - `createdAt` DateTimeOffset — ISO8601 UTC Date Time
    - `iso8601` string, required
  - `completedAt` DateTimeOffset — ISO8601 UTC Date Time
    - `iso8601` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/spotnana/apis/event-api.md) · [All operations](https://skmtc.net/spotnana/apis/event-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/event-api/revisions/13f531f73066/schema)
