How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

BurstIQ Job Manager APIs API

Platform support asynchronous jobs, and these endpoints allow for the creation, status, and management of these jobs

BurstIQ Job Manager APIs API is one of 21 APIs that BurstIQ publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Job Manager APIs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 16 operations across 15 paths, and defines 27 schemas. It is described by OpenAPI 3.2.0, at version 2.42.0.

Requests are made against a single base URL, https://api.burstiq.com.

16 operations 15 paths 27 schemas 1 DELETE4 GET10 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.42.0
Base URL
https://api.burstiq.com
Resource Areas
1

Paths & Operations 16

Across 15 paths, the API surfaces 16 operations — 1 DELETE, 4 GET, 10 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Job Manager APIs 16

Platform support asynchronous jobs, and these endpoints allow for the creation, status, and management of these jobs

PUT
/api/jobs/requeue
Allowed user roles: biqAdmin sdzAdmin requeue jobs IF the job queue is empty but there are queued jobs in the SDZ
putRequeueJobs → 200
POST
/api/jobs/{chain}/upload
Allowed user roles: sdzUser adds data from a file as assets into GraphChain as an async job
postUploadFile 10 params body → 200
POST
/api/jobs/{chain}/truncate
Allowed user roles: sdzAdmin truncate all data in a graph chain in the secure data zone; preserves chain, dictionary, edge definitions, etc
postTruncateChain 1 param body → 200
POST
/api/jobs/{chain}/smartcontracts/{sdoId}/{func}
Allowed user roles: sdzUser execute a smart contract, by address (sdo id) with arguments as named fields in the form; as an async job
postExecuteSmartContract 4 params → 200
POST
/api/jobs/{chain}/export
Allowed user roles: sdzReadOnly sdzUser Exports data from a single chain and produces a JSON file, caller can request skip/limit of data for pagination of results always ordered by SDO ID; can be SFT…
postExportFile 1 param body → 200
POST
/api/jobs/{chain}/drop
Allowed user roles: sdzAdmin drops chain, all data, and all edges to/from this chain
postDropChain 1 param body → 200
POST
/api/jobs/sdz/wipe
Allowed user roles: sdzAdmin wipe all data, job infos, and blobs from the SDZ (NOT metadata)
postWipeSDZ body → 200
POST
/api/jobs/sdz/reset
Allowed user roles: sdzAdmin reset (wipe) all data and metadata; essentially reset the SDZ to look like its newly created
postResetSDZ body → 200
POST
/api/jobs/download
Allowed user roles: sdzReadOnly sdzUser queries data and produces a file; can be SFTP'ed or for downloaded as an async job. Supported file formats are CSV, PIPE, TAB, XLSX, and JSON. Warning: Care is…
postDownloadFile body → 200
POST
/api/jobs/dictionary
Allowed user roles: sdzAdmin load (upsert) a dictionary into the SDZ using 1) POST with JSON body with dictionary and emailResultsTo (optional); or 2) MULTIPART POST with dictionary file and emailRes…
postDictionaryFile 1 param body → 200
POST
/api/jobs/dbschema
Allowed user roles: sdzAdmin loads a dbschema (.dbs) XML file into the secure data zone; if delete is true any dictionaries in the SDZ not specified in the DbSchema file will be dropped
postDbSchemaFile 2 params body → 200
GET
/api/jobsdeprecated
Allowed user roles: sdzAdmin sdzReadOnly sdzUser Deprecated. Replace with combination of /api/jobs/query/summary for a list of job infos and /api/jobs/{jobId} for the details of a specific job info D…
getQueryJobInfo 8 params → 200
GET
/api/jobs/{jobId}
Allowed user roles: sdzAdmin sdzReadOnly sdzUser get job info for a specific job id
getJobInfo 1 param → 200
DELETE
/api/jobs/{jobId}
Allowed user roles: sdzAdmin sdzUser cancel a pending job
deleteCancelJob 1 param → 200
GET
/api/jobs/query/summary
Allowed user roles: sdzAdmin sdzReadOnly sdzUser Query for a summary of job infos (See JobInfoSummary schema for fields). Use /api/jobs/{jobId} to load complete job info
getQueryJobInfoSummaries 7 params → 200
GET
/api/jobs/download/{jobId}
Allowed user roles: sdzAdmin sdzReadOnly sdzUser after the download job is completed, get the file (if not SFTP'ed). WARNING: files are deleted after being downloaded
getDownloadFile 1 param → 200

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are FileUploadJob_Public (28 properties), ExportDownloadJob_Public (26 properties), FileDownloadJob_Public (25 properties), SmartContractExecJob_Public (21 properties). Each schema is shown below with its type and property counts.

ReceiptSmartContract_Public
object
6 properties 2 required
JsonNode_Public
DictionaryUploadJob_Public
object
19 properties 10 required
SDOReceiptSmartContract_Public
object
8 properties 6 required
ExportDownloadJob_Public
object
26 properties 10 required
DownloadFileRequest_Public
object
9 properties 1 required
JobInfoSummary
object
9 properties
Verification_Public
object
4 properties 3 required
AttributeDef_Public
object
14 properties 5 required
SmartContractExecJob_Public
object
21 properties 10 required
DropChainJob_Public
object
17 properties 10 required
JobResults_Public
object
4 properties
JobInfoSummaryResponse
object
4 properties
TruncateChainJobRequest_Public
object
1 property
Header_Public
object
11 properties 10 required
JobBase_Public
object
16 properties 10 required
DropChainJobRequest_Public
object
1 property
DictionaryUploadJobRequest_Public
object
2 properties 1 required
IndexDef_Public
object
5 properties 4 required
FileUploadJob_Public
object
28 properties 10 required
FileDownloadJob_Public
object
25 properties 10 required
ResetSDZJob_Public
object
16 properties 10 required
DbSchemaUploadJob_Public
object
19 properties 10 required
WipeSDZDataJob_Public
object
16 properties 10 required
Dictionary_Public
object
9 properties 3 required
TruncateChainJob_Public
object
17 properties 10 required
ExportFileRequest_Public
object
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

burstiq-job-manager-apis-api-openapi.yml Raw ↑

Other APIs BurstIQ publishes across the network.

BurstIQ BlastAI APIs API
BurstIQ Customer Directory APIs API
BurstIQ Data Pipeline APIs API
BurstIQ Data Pipeline Field Mapping Step APIs API
BurstIQ Data Pipeline JS Transform Step APIs API
BurstIQ Data Pipeline Rule APIs API
BurstIQ Data Pipeline RuleSet Step APIs API
BurstIQ DbSchema APIs API
BurstIQ Dictionary Metadata APIs API
BurstIQ Edge Definition Metadata APIs API
BurstIQ Glossary Metadata APIs API
BurstIQ Graph Chain APIs API
Where this information came from

This is an independent, third-party profile of BurstIQ Job Manager APIs API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.