AlphaSense · JSON Structure

Alphasense Ingestion Job Structure

Lifecycle envelope for an Enterprise Intelligence ingestion job.

Type: object Properties: 4 Required: 2
Market IntelligenceFinancial ResearchSearchGenerative AIAI AgentsExpert CallsDocument IntelligenceEnterprise IntelligenceMCPGraphQL

IngestionJob is a JSON Structure definition published by AlphaSense, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id status documentId message

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/alphasense/refs/heads/main/json-structure/alphasense-ingestion-job-structure.json",
  "name": "IngestionJob",
  "description": "Lifecycle envelope for an Enterprise Intelligence ingestion job.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "status": {
      "type": "string",
      "enum": ["accepted", "processing", "ready", "failed"]
    },
    "documentId": { "type": "string" },
    "message": { "type": "string" }
  },
  "required": ["id", "status"]
}