{
  "_type": "export",
  "__export_format": 4,
  "__export_source": "axiom-docs-generator",
  "resources": [
    {
      "_id": "wrk_axiom_api_0_1_1",
      "_type": "workspace",
      "name": "Axiom API 0.1.1 - Operational Health",
      "description": "Generated from the public Axiom OpenAPI 0.1.1 contract. Use issued credentials and server-minted tenant context for admitted calls.",
      "scope": "collection"
    },
    {
      "_id": "env_axiom_api_0_1_1",
      "_type": "environment",
      "parentId": "wrk_axiom_api_0_1_1",
      "name": "Base Environment",
      "data": {
        "base_url": "https://api.afr-dev.axiom.express",
        "access_token": "replace-with-issued-access-token",
        "tenant_id": "replace-with-admitted-tenant-id-from-list-tenants",
        "tenant_context": "replace-with-server-minted-tenant-context",
        "correlation_id": "axiom-example-correlation-id",
        "example_profile": "canonical-five-acts"
      }
    },
    {
      "_id": "fld_contract",
      "_type": "request_group",
      "parentId": "wrk_axiom_api_0_1_1",
      "name": "Contract"
    },
    {
      "_id": "req_axiom_0",
      "_type": "request",
      "parentId": "fld_contract",
      "name": "Get the deployed OpenAPI contract",
      "description": "Returns the generated OpenAPI 3 contract embedded in the running API binary.\nThe SHA-256 digest of this exact document is exposed on `/v1/health` under\n`contract.sha256` for deployed-contract verification.",
      "method": "GET",
      "url": "{{ _.base_url }}/openapi",
      "headers": [],
      "body": {},
      "parameters": []
    },
    {
      "_id": "req_axiom_1",
      "_type": "request",
      "parentId": "fld_contract",
      "name": "Get the deployed OpenAPI contract",
      "description": "Versioned alias for `/openapi`. Returns the generated OpenAPI 3 contract\nembedded in the running API binary.",
      "method": "GET",
      "url": "{{ _.base_url }}/v1/openapi",
      "headers": [],
      "body": {},
      "parameters": []
    },
    {
      "_id": "fld_health",
      "_type": "request_group",
      "parentId": "wrk_axiom_api_0_1_1",
      "name": "Health"
    },
    {
      "_id": "req_axiom_2",
      "_type": "request",
      "parentId": "fld_health",
      "name": "Check API health",
      "description": "Returns the current developer-facing API health status. Use this endpoint for connectivity checks and include X-Correlation-ID when escalating an unexpected result.",
      "method": "GET",
      "url": "{{ _.base_url }}/v1/health",
      "headers": [],
      "body": {},
      "parameters": []
    },
    {
      "_id": "req_axiom_3",
      "_type": "request",
      "parentId": "fld_contract",
      "name": "Get async job status",
      "description": "Returns the current state of an async job. Terminal states\n(`succeeded`, `failed`, `dead_letter`) are cacheable; non-terminal states\n(`queued`, `running`) are returned with no-store.\n\nThe response is a bare `{data: ...}` envelope (no `status` field).",
      "method": "GET",
      "url": "{{ _.base_url }}/v1/jobs/{{job_id}}",
      "headers": [
        {
          "name": "Authorization",
          "value": "Bearer {{access_token}}"
        },
        {
          "name": "X-Correlation-ID",
          "value": "{{correlation_id}}"
        },
        {
          "name": "X-Tenant-Context",
          "value": "{{tenant_context}}"
        }
      ],
      "body": {},
      "parameters": []
    }
  ]
}
