---
title: "Fires when an Entity Creation Job completes"
method: POST
path: "Entity Created"
tags: ["Webhooks"]
---

# Fires when an Entity Creation Job completes

`POST Entity Created` (webhook)

After using the enqueue bulk entity creation endpoint through the API, or after a user begins an Entity creation job in the Sigma360 interface, this webhook will be triggered when the job completes. Entity creation jobs are atomic. If any entities could not be created, none of the entities are created. The response contains a list of entities that failed during creation, if any were present. If success is false, no entities were created.

## Payload

- ResponseTaskCompletionReportPing
  - `eventPayload` ResponseTaskCompletionReport
    - `apiKey` string
    - `numEntities` integer
    - `success` boolean
    - `taskID` string
  - `eventType` string

---

[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/revisions/fcdda6232c62/schema)
