Caching

Get purge status

This API returns the status of a purge cache request.

get/v1/files/purge/{requestId}

Path parameters

requestIdstring required

Should be a valid requestId.

Response

On success, you will receive the status of the purge request in the response body.

status'Pending' | 'Completed'

Status of the purge request.

Example response

{
  "status": "Completed"
}

Changes