Get the result of a purge request
Purge
Get the result of a purge request
Get the result of a purge request.
GET
Get the result of a purge request
Documentation Index
Fetch the complete documentation index at: https://docs.clinia.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The key of the source.
ID of the purge job.
Response
Gets the current status of the purge job.
The task identifier. Used to track an async task in the system. Use the task ID to poll for completion status. The taskId holds different prefix to represent different tasks.
- oneOf task:
s_<id>. - bulk task:
bk_<id>(deprecated:<id>only). - bundle task:
bd_<id>(deprecated:<id>only). - purge task:
pg_<id>(deprecated:purge:<id>).
ID of the purge operation. Deprecated, please use the taskId instead.
Type of document, either relationships or resources.
Available options:
resources, relationships, objects Key of the resource or relationship collection.
Status of the purge operation.
Available options:
SUCCESS, PENDING, CANCELLED, FAILURE Number of documents deleted in case of success status.
Purge operation request for resources or relationshipsBundle resource and relationship operations to be processed