Welcome to our new documentation website! Explore the updated structure and resources to help you get the most out of Clinia's platform.
cURL
curl --request GET \ --url https://{workspaceId}.clinia.cloud/sources/{sourceKey}/v1/purge \ --header 'X-Clinia-API-Key: <api-key>'
{ "meta": { "numPages": 123, "page": 123, "perPage": 123, "total": 123 }, "data": [ { "taskId": "<string>", "purgeId": "<string>", "collectionType": "resources", "collectionKey": "<string>", "status": "SUCCESS", "deletedCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
List purge operations.
The key of the source.
A list of purge operations.
Show child attributes
Was this page helpful?