WP Engine · Schema

Archive

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
id string Unique identifier for the archive
backup object
notification_emails array Email addresses that will receive notifications about the archive operation
state string Current state of the archive operation
create_time string Timestamp when the archive was created
start_time string Timestamp when the archive operation started
complete_time string Timestamp when the archive operation completed. This field is only populated when state is `completed`
abort_time string Timestamp when the archive operation was aborted. This field is only populated when state is `aborted`
download_uri string Download URL for the completed archive. This field is only populated when state is `completed`
View JSON Schema on GitHub

JSON Schema

archive.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Archive",
  "type": "object",
  "required": [
    "id",
    "backup",
    "state"
  ],
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the archive",
      "example": "a6d86d4b-0860-4e2c-870b-0aae34ecf085"
    },
    "backup": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid",
          "description": "Unique identifier of the backup this archive was created from",
          "example": "ac237e1c-3182-4c15-9a3f-6d58a57cbb44"
        }
      }
    },
    "notification_emails": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Email addresses that will receive notifications about the archive operation"
    },
    "state": {
      "type": "string",
      "description": "Current state of the archive operation",
      "enum": [
        "requested",
        "in_progress",
        "completed",
        "aborted"
      ]
    },
    "create_time": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the archive was created"
    },
    "start_time": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the archive operation started"
    },
    "complete_time": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the archive operation completed. This field is only populated when state is `completed`",
      "x-nullable": true
    },
    "abort_time": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the archive operation was aborted. This field is only populated when state is `aborted`",
      "x-nullable": true
    },
    "download_uri": {
      "type": "string",
      "format": "uri",
      "description": "Download URL for the completed archive. This field is only populated when state is `completed`",
      "x-nullable": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/archive"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.