---
title: "Check on the progress or errors of a bulk entity creation task"
method: GET
path: "/entities/create/status/{taskID}"
tags: ["Monitoring: Entity Creation"]
---

# Check on the progress or errors of a bulk entity creation task

`GET /entities/create/status/{taskID}`

This endpoint reports the progress of bulk entity creation tasks. If registered, you will receive a webhook event when the entity creation job completes.

## Path parameters

- `taskID` string, required — The task ID returned from the upload request

## Query parameters

- `page` integer — Page number, 1-indexed. Default: 1
- `pageSize` integer — Number of results per page. Maximum: 100, Default: 10

## Response `200`

OK

- ResponseTaskProgress
  - `createdAt` string, date-time
  - `entityGroupNames` string[], nullable
  - `id` string
  - `taskStatus` 'Working' | 'Done' | 'Failed'
  - `totalEntities` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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