Grounded.tools · Schema

grounded.tools Job

An indexing pipeline job that tracks the progress and status of a documentation scraping operation.

Developer ToolsDevelopersDocumentationExperience

Properties

Name Type Description
id string Unique job identifier.
library string Library name being indexed.
version string Library version being indexed.
status string Current job status.
createdAt string Timestamp when the job was created.
startedAt string Timestamp when the job started processing.
finishedAt string Timestamp when the job completed.
error string Error message if the job failed.
progress object Progress information for the job.
View JSON Schema on GitHub

JSON Schema

job.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/grounded-tools/blob/main/json-schema/job.json",
  "title": "grounded.tools Job",
  "description": "An indexing pipeline job that tracks the progress and status of a documentation scraping operation.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique job identifier."
    },
    "library": {
      "type": "string",
      "description": "Library name being indexed."
    },
    "version": {
      "type": "string",
      "nullable": true,
      "description": "Library version being indexed."
    },
    "status": {
      "type": "string",
      "enum": [
        "queued",
        "running",
        "completed",
        "failed",
        "cancelling",
        "cancelled"
      ],
      "description": "Current job status."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the job was created."
    },
    "startedAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Timestamp when the job started processing."
    },
    "finishedAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Timestamp when the job completed."
    },
    "error": {
      "type": "string",
      "nullable": true,
      "description": "Error message if the job failed."
    },
    "progress": {
      "type": "object",
      "description": "Progress information for the job.",
      "properties": {
        "pages": {
          "type": "integer",
          "description": "Number of pages processed so far."
        },
        "totalPages": {
          "type": "integer",
          "description": "Total pages to process."
        },
        "totalDiscovered": {
          "type": "integer",
          "description": "Total pages discovered during crawling."
        }
      }
    }
  },
  "required": [
    "id",
    "library",
    "status",
    "createdAt"
  ]
}

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/job"
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.