Censys · Schema

CenseyeJob

CenseyeJob schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
at_time string The point-in-time the asset data was evaluated at.
create_time string When the job was created.
delete_time string When the job and results will be deleted.
error string Error message if the job failed.
job_id string Unique identifier of the job.
result_count integer Total number of result field-value pairs.
state string Current state of the job.
target object The asset that was analyzed.
update_time string When the job was last updated.
View JSON Schema on GitHub

JSON Schema

platform-censeyejob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-censeyejob-schema.json",
  "title": "CenseyeJob",
  "description": "CenseyeJob schema from Censys Platform API",
  "type": "object",
  "properties": {
    "at_time": {
      "description": "The point-in-time the asset data was evaluated at.",
      "format": "date-time",
      "type": "string"
    },
    "create_time": {
      "description": "When the job was created.",
      "format": "date-time",
      "type": "string"
    },
    "delete_time": {
      "description": "When the job and results will be deleted.",
      "format": "date-time",
      "type": "string"
    },
    "error": {
      "description": "Error message if the job failed.",
      "type": "string"
    },
    "job_id": {
      "description": "Unique identifier of the job.",
      "examples": [
        "550e8400-e29b-41d4-a716-446655440000"
      ],
      "type": "string"
    },
    "result_count": {
      "description": "Total number of result field-value pairs.",
      "examples": [
        42
      ],
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "state": {
      "description": "Current state of the job.",
      "enum": [
        "started",
        "completed",
        "failed",
        "unknown"
      ],
      "examples": [
        "completed"
      ],
      "type": "string"
    },
    "target": {
      "$ref": "#/components/schemas/CenseyeTarget",
      "description": "The asset that was analyzed."
    },
    "update_time": {
      "description": "When the job was last updated.",
      "format": "date-time",
      "type": "string"
    }
  },
  "required": [
    "job_id",
    "target",
    "state"
  ],
  "additionalProperties": false
}

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/platform-censeyejob"
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.