v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Entity Management

Bulk Restoring Entities

Use this API to restore multiple deleted Entities at once. This endpoint accepts an array of Entity UUIDs and restores all of them that were previously deleted.

post/v1/projects/{projectId}/datasets/{name}/entities/bulk-restore

Path parameters

projectIdnumber required

The numeric ID of the Project

namestring required

Name of the Dataset

Request body

idsstring[] required

Array of Entity UUIDs to restore

Response

Success

successboolean

Example response

{
  "success": true
}