Pinecone · Schema
ImportModel
The model for an import operation.
Vector DatabasesArtificial IntelligenceEmbeddingsRAG
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the import operation. |
| uri | string | The URI from where the data is imported. |
| status | string | The status of the operation. Possible values: `Pending`, `InProgress`, `Failed`, `Completed`, or `Cancelled`. |
| createdAt | string | The start time of the import operation. |
| finishedAt | string | The end time of the import operation. |
| percentComplete | number | The progress made by the operation, as a percentage. |
| recordsImported | integer | The number of records successfully imported. |
| error | string | The error message if the import process failed. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ImportModel",
"title": "ImportModel",
"description": "The model for an import operation.",
"type": "object",
"properties": {
"id": {
"example": "101",
"description": "Unique identifier for the import operation.",
"type": "string",
"minLength": 1,
"maxLength": 1000
},
"uri": {
"description": "The URI from where the data is imported.",
"type": "string"
},
"status": {
"example": "Pending",
"description": "The status of the operation.\nPossible values: `Pending`, `InProgress`, `Failed`, `Completed`, or `Cancelled`.",
"x-enum": [
"Pending",
"InProgress",
"Failed",
"Completed",
"Cancelled"
],
"type": "string"
},
"createdAt": {
"description": "The start time of the import operation.",
"type": "string",
"format": "date-time"
},
"finishedAt": {
"description": "The end time of the import operation.",
"type": "string",
"format": "date-time"
},
"percentComplete": {
"example": 42.2,
"description": "The progress made by the operation, as a percentage.",
"type": "number",
"format": "float",
"minimum": 0.0,
"maximum": 100.0
},
"recordsImported": {
"example": 1000000,
"description": "The number of records successfully imported.",
"type": "integer",
"format": "int64"
},
"error": {
"description": "The error message if the import process failed.",
"type": "string"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pinecone-importmodel"
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.