Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Censys Graph Executions API

The Graph Executions API from Censys — 2 operation(s) for graph executions.

Censys Graph Executions API is one of 14 APIs that Censys publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Graph Executions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a getting-started guide, and a changelog.

This API exposes 3 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.12.

Requests are made against a single base URL, https://graph.data.censys.io.

3 operations 2 paths 5 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.12
Base URL
https://api.platform.censys.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Censys Graph Executions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAccessToken).

  • PersonalAccessToken — Your Censys personal access token.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Graph Executions 3
GET
/api/v1/asset-graphs/{graph_id}/executions
Censys List Graph Executions
list-graph-executions 4 params → 200default
POST
/api/v1/asset-graphs/{graph_id}/executions
Censys Create a Graph Execution
create-graph-execution 2 params → 200default
GET
/api/v1/asset-graphs/{graph_id}/executions/{execution_id}
Censys Get a Graph Execution
get-graph-execution 3 params → 200default

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ExecutionStats (10 properties), ErrorModel (7 properties), GraphExecution (6 properties), ErrorDetail (3 properties). Each schema is shown below with its type and property counts.

ExecutionStats
object
10 properties 10 required
ListGraphExecutionsOutputBody
object
3 properties 1 required
GraphExecution
object
6 properties 4 required
ErrorModel
object
7 properties
ErrorDetail
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

censys-graph-executions-api-openapi.yml Raw ↑

Other APIs Censys publishes across the network.

Censys Account Management API
Censys Adversary Investigation API
Censys Asset Graphs API
Censys Assets API
Censys Collections API
Censys Excluded Assets API
Censys Global Data API
Censys Risks API
Censys Seeds API
Censys Shards API
Censys Supply Chain Intelligence API
Censys Tags and Comments API