Pinecone · Schema

RestoreJobModel

The RestoreJobModel describes the status of a restore job.

Vector DatabasesArtificial IntelligenceEmbeddingsRAG

Properties

Name Type Description
restore_job_id string Unique identifier for the restore job
backup_id string Backup used for the restore
target_index_name string Name of the index into which data is being restored
target_index_id string ID of the index
status string Status of the restore job
created_at string Timestamp when the restore job started
completed_at string Timestamp when the restore job finished
percent_complete number The progress made by the restore job out of 100
View JSON Schema on GitHub

JSON Schema

pinecone-restorejobmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RestoreJobModel",
  "title": "RestoreJobModel",
  "description": "The RestoreJobModel describes the status of a restore job.",
  "type": "object",
  "properties": {
    "restore_job_id": {
      "example": "670e8400-e29b-41d4-a716-446655440001",
      "description": "Unique identifier for the restore job",
      "type": "string"
    },
    "backup_id": {
      "example": "670e8400-e29b-41d4-a716-446655440000",
      "description": "Backup used for the restore",
      "type": "string"
    },
    "target_index_name": {
      "example": "sample-index",
      "description": "Name of the index into which data is being restored",
      "type": "string"
    },
    "target_index_id": {
      "example": "670e8400-e29b-41d4-a716-446655440002",
      "description": "ID of the index",
      "type": "string"
    },
    "status": {
      "example": "Completed",
      "description": "Status of the restore job",
      "type": "string"
    },
    "created_at": {
      "example": "2025-02-04 13:00:00+00:00",
      "description": "Timestamp when the restore job started",
      "type": "string",
      "format": "date-time"
    },
    "completed_at": {
      "example": "2025-02-04 14:00:00+00:00",
      "description": "Timestamp when the restore job finished",
      "type": "string",
      "format": "date-time"
    },
    "percent_complete": {
      "example": 42.2,
      "description": "The progress made by the restore job out of 100",
      "type": "number",
      "format": "float",
      "minimum": 0.0,
      "maximum": 100.0
    }
  },
  "required": [
    "restore_job_id",
    "backup_id",
    "target_index_name",
    "target_index_id",
    "status",
    "created_at"
  ]
}

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/pinecone-restorejobmodel"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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