Censys · JSON Structure

Asset Graph Listgraphexecutionsoutputbody Structure

ListGraphExecutionsOutputBody schema from Asset Graph API

Type: object Properties: 3 Required: 1
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

ListGraphExecutionsOutputBody is a JSON Structure definition published by Censys, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

$schema executions next_page_token

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-listgraphexecutionsoutputbody-structure.json",
  "name": "ListGraphExecutionsOutputBody",
  "description": "ListGraphExecutionsOutputBody schema from Asset Graph API",
  "type": "object",
  "required": [
    "executions"
  ],
  "additionalProperties": false,
  "properties": {
    "$schema": {
      "type": "uri",
      "description": "A URL to the JSON Schema for this object."
    },
    "executions": {
      "type": [
        "array",
        "null"
      ],
      "description": "List of graph executions",
      "items": {
        "$ref": "#/components/schemas/GraphExecution"
      }
    },
    "next_page_token": {
      "type": "string",
      "description": "Token for the next page of results"
    }
  }
}