CDN and DNS (v2.1)

List Purges

Retrieves a paginated list of all Purge objects in the specified workspace. The response includes details about each Purge such as its configuration, status, and metadata. Results can be filtered using query parameters.

get/delivery/v2.1/global/workspaces/{workspaceUUID}/purges

Path parameters

workspaceUUIDstring required

UUID of the workspace

Response

Successfully retrieved the list of Purge objects. The response includes Purge information like name, creation time, and status.

apiVersion'delivery/v2' | 'delivery/v2.1' required

Version identifier of the API schema

kind'PurgeList' required

The string value 'PurgeList' that identifies the schema

Example response

{
  "apiVersion": "delivery/v2",
  "items": [
    {
      "apiVersion": "delivery/v2",
      "kind": "Purge",
      "metadata": {
        "uid": "00000000-0000-0000-0000-000000000000"
      },
      "spec": {
        "hostname": "example.com"
      }
    }
  ],
  "kind": "PurgeList"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.