> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useorgx.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get process value

> Get the evidence and outcomes attributed to one process.



## OpenAPI

````yaml /openapi/v1.yaml get /projections/value-case
openapi: 3.1.0
info:
  title: OrgX REST API v1
  version: '1'
  description: >-
    Build accountable work into your product with OrgX REST API v1.


    Create work with one field, attach evidence when it is complete, and keep
    the receipt. Every authenticated request is scoped to the workspace resolved
    from your credential.


    Start with `POST /work`. Human guide:
    https://docs.useorgx.com/docs/api/quickstart
  contact:
    name: OrgX Support
    url: https://useorgx.com/support
    email: support@useorgx.com
  license:
    name: Proprietary
    url: https://useorgx.com/terms
servers:
  - url: https://useorgx.com/api/v1
    description: Production
security: []
tags:
  - name: Work
    description: Create accountable work and complete it with evidence
  - name: Initiatives
    description: Organize related work around an outcome
  - name: Operating processes
    description: Evidence-backed company workflow/process lifecycle
  - name: Operating map
    description: Derived, rebuildable Operating Map projection over the process ledger
  - name: Discovery runs
    description: Wizard and deep-search workflow discovery over connected company sources
  - name: Handoffs
    description: Ledger-backed stage handoffs between operating-process stages
  - name: Events
    description: Replayable, workspace-scoped accepted ledger events
  - name: Projections
    description: Workspace-scoped, rebuildable read projections over OrgX sources
  - name: Episodes
    description: Mission-compatible Episode read adapters
  - name: Receipt validation
    description: Account-free Agent Work Receipt schema discovery and conformance
  - name: Receipt import
    description: Authenticated, workspace-scoped import into the hosted receipt ledger
  - name: Workload diagnosis
    description: >-
      Account-free evaluation of time, agents, systems, authority, and
      accountability boundaries
  - name: Content Studio
    description: >-
      Estimate, showcase, checkout, and payment event operations for Content
      Studio
  - name: Decisions
    description: Raise decisions for human ruling and read their state
  - name: Artifacts
    description: Register produced work against the entity it belongs to
  - name: Launches
    description: Preview and run an initiative launch through its spend gates
  - name: Runs
    description: Control agent runs with pause, resume, cancel, and rollback
  - name: Lifecycle
    description: Pause, resume, retry, or cancel work hierarchy nodes and runs
  - name: Deduplication
    description: Claim durable event fingerprints so duplicate triggers fire once
  - name: Credential
    description: >-
      Resolve the calling credential, the workspaces it reaches, and what it may
      do
  - name: API discovery
    description: Account-free error codes, request schemas, and closed vocabularies for v1
externalDocs:
  description: Human-readable OrgX REST API v1 reference
  url: https://docs.useorgx.com/docs/api/public-api
paths:
  /projections/value-case:
    get:
      tags:
        - Projections
      summary: Get process value
      description: Get the evidence and outcomes attributed to one process.
      operationId: getValueCaseProjection
      parameters:
        - $ref: '#/components/parameters/WorkspaceIdQuery'
        - name: process_id
          in: query
          required: true
          schema:
            type: string
            format: uuid
      responses:
        '200':
          description: Evidence-gated ValueCase projection
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValueCaseProjectionResponse'
              example:
                data:
                  schemaVersion: 1.0.0
                  projectionId: projection_id
                  workspaceId: 09707fa5-aaae-4493-8a23-827111000f89
                  processRefs:
                    - id: 2d4b7f66-3a2a-4e9d-9ad1-3b2d1b2e4101
                      workspaceId: 09707fa5-aaae-4493-8a23-827111000f89
                  baselinePeriod:
                    start: '2026-08-18T18:30:00.000Z'
                    end: '2026-08-18T18:30:00.000Z'
                  comparisonPeriod:
                    start: '2026-08-18T18:30:00.000Z'
                    end: '2026-08-18T18:30:00.000Z'
                  baselineObservationRefs:
                    - id: 2d4b7f66-3a2a-4e9d-9ad1-3b2d1b2e4101
                      workspaceId: 09707fa5-aaae-4493-8a23-827111000f89
                  expectationRefs:
                    - id: 2d4b7f66-3a2a-4e9d-9ad1-3b2d1b2e4101
                      workspaceId: 09707fa5-aaae-4493-8a23-827111000f89
                  realizedOutcomeRefs:
                    - id: 2d4b7f66-3a2a-4e9d-9ad1-3b2d1b2e4101
                      workspaceId: 09707fa5-aaae-4493-8a23-827111000f89
                  adoptionProjectionRef:
                    id: 2d4b7f66-3a2a-4e9d-9ad1-3b2d1b2e4101
                    workspaceId: 09707fa5-aaae-4493-8a23-827111000f89
                  costMeterEventRefs:
                    - id: 2d4b7f66-3a2a-4e9d-9ad1-3b2d1b2e4101
                      workspaceId: 09707fa5-aaae-4493-8a23-827111000f89
                  attributionLinkRefs:
                    - id: 2d4b7f66-3a2a-4e9d-9ad1-3b2d1b2e4101
                      workspaceId: 09707fa5-aaae-4493-8a23-827111000f89
                  annualHardBenefit:
                    low: 1000
                    expected: 2500
                    high: 5000
                  annualCapacityValue:
                    low: 1000
                    expected: 2500
                    high: 5000
                  softBenefits:
                    - {}
                  firstYearCustomerCost:
                    low: 1000
                    expected: 2500
                    high: 5000
                  orgxCogs:
                    low: 1000
                    expected: 2500
                    high: 5000
                  roiRange:
                    low: 1
                    expected: 1
                    high: 1
                  paybackMonthsRange:
                    low: 1
                    expected: 1
                    high: 1
                  sourceHealth: {}
                  confidence: 0
                  limitations:
                    - No limitations reported.
                  derivationVersion: value-case-v1
                  sourceCursor: evt_01J5Y8R4K2
                  refreshedAt: '2026-08-18T18:30:00.000Z'
                meta: {}
        '400':
          $ref: '#/components/responses/BadRequest'
        '401':
          $ref: '#/components/responses/Unauthorized'
        '404':
          $ref: '#/components/responses/NotFound'
        '503':
          $ref: '#/components/responses/ServiceUnavailable'
      security:
        - bearerAuth: []
        - cookieAuth: []
components:
  parameters:
    WorkspaceIdQuery:
      name: workspace_id
      in: query
      required: true
      schema:
        type: string
        format: uuid
  schemas:
    ValueCaseProjectionResponse:
      type: object
      additionalProperties: false
      required:
        - data
        - meta
      properties:
        data:
          $ref: '#/components/schemas/ValueCaseProjection'
        meta:
          $ref: '#/components/schemas/ValueCaseProjectionMeta'
    ValueCaseProjection:
      type: object
      additionalProperties: false
      required:
        - schemaVersion
        - projectionId
        - workspaceId
        - processRefs
        - baselinePeriod
        - comparisonPeriod
        - baselineObservationRefs
        - expectationRefs
        - realizedOutcomeRefs
        - adoptionProjectionRef
        - costMeterEventRefs
        - attributionLinkRefs
        - annualHardBenefit
        - annualCapacityValue
        - softBenefits
        - firstYearCustomerCost
        - orgxCogs
        - roiRange
        - paybackMonthsRange
        - sourceHealth
        - confidence
        - limitations
        - derivationVersion
        - sourceCursor
        - refreshedAt
      properties:
        schemaVersion:
          type: string
          const: 1.0.0
        projectionId:
          type: string
          pattern: ^value_case:sha256:[a-f0-9]{64}$
        workspaceId:
          type: string
          format: uuid
        processRefs:
          type: array
          items:
            $ref: '#/components/schemas/OperatingProcessRef'
          minItems: 1
        baselinePeriod:
          type: object
          additionalProperties: false
          required:
            - start
            - end
          properties:
            start:
              type: string
              format: date-time
            end:
              type: string
              format: date-time
        comparisonPeriod:
          oneOf:
            - $ref: '#/components/schemas/ValueCasePeriod'
            - type: 'null'
        baselineObservationRefs:
          type: array
          items:
            $ref: '#/components/schemas/OperatingProcessRef'
        expectationRefs:
          type: array
          items:
            $ref: '#/components/schemas/OperatingProcessRef'
        realizedOutcomeRefs:
          type: array
          items:
            $ref: '#/components/schemas/OperatingProcessRef'
        adoptionProjectionRef:
          oneOf:
            - $ref: '#/components/schemas/OperatingProcessRef'
            - type: 'null'
        costMeterEventRefs:
          type: array
          items:
            $ref: '#/components/schemas/OperatingProcessRef'
        attributionLinkRefs:
          type: array
          items:
            $ref: '#/components/schemas/OperatingProcessRef'
        annualHardBenefit:
          $ref: '#/components/schemas/MoneyRange'
        annualCapacityValue:
          $ref: '#/components/schemas/MoneyRange'
        softBenefits:
          type: array
          items:
            type: object
            additionalProperties: true
        firstYearCustomerCost:
          $ref: '#/components/schemas/MoneyRange'
        orgxCogs:
          $ref: '#/components/schemas/MoneyRange'
        roiRange:
          $ref: '#/components/schemas/ValueCaseNumberRange'
        paybackMonthsRange:
          $ref: '#/components/schemas/ValueCaseNullableNumberRange'
        sourceHealth:
          type: object
          additionalProperties: true
        confidence:
          type: number
          minimum: 0
          maximum: 1
        limitations:
          type: array
          items:
            type: string
            minLength: 1
        derivationVersion:
          type: string
          minLength: 1
        sourceCursor:
          type: string
          minLength: 1
        refreshedAt:
          type: string
          format: date-time
    ValueCaseProjectionMeta:
      allOf:
        - $ref: '#/components/schemas/ContractMeta'
        - type: object
          required:
            - processId
            - projectionStatus
            - evidenceStatus
            - sourceCursor
            - freshnessWatermark
            - revisionId
            - economicRowCount
          properties:
            processId:
              type: string
              format: uuid
            projectionStatus:
              type: string
              const: derived_from_ledger
            evidenceStatus:
              type: string
              enum:
                - realized_outcome_bound
                - insufficient_evidence
            sourceCursor:
              type: string
            freshnessWatermark:
              type: string
              format: date-time
            revisionId:
              type:
                - string
                - 'null'
              format: uuid
            economicRowCount:
              type: integer
              minimum: 0
    ApiError:
      type: object
      properties:
        error:
          type: object
          properties:
            code:
              type: string
            message:
              type: string
            details:
              type: object
            requestId:
              type: string
            timestamp:
              type: string
              format: date-time
            docsUrl:
              type: string
              format: uri
            retryAfter:
              type: integer
              description: Seconds until rate limit resets
    OperatingProcessRef:
      type: object
      additionalProperties: false
      required:
        - id
        - workspaceId
      properties:
        id:
          type: string
        workspaceId:
          type: string
          format: uuid
    ValueCasePeriod:
      type: object
      additionalProperties: false
      required:
        - start
        - end
      properties:
        start:
          type: string
          format: date-time
        end:
          type: string
          format: date-time
    MoneyRange:
      type: object
      additionalProperties: false
      required:
        - low
        - expected
        - high
      properties:
        low:
          type: string
          pattern: ^(0|[1-9][0-9]*)$
        expected:
          type: string
          pattern: ^(0|[1-9][0-9]*)$
        high:
          type: string
          pattern: ^(0|[1-9][0-9]*)$
    ValueCaseNumberRange:
      type: object
      additionalProperties: false
      required:
        - low
        - expected
        - high
      properties:
        low:
          type: number
        expected:
          type: number
        high:
          type: number
    ValueCaseNullableNumberRange:
      type: object
      additionalProperties: false
      required:
        - low
        - expected
        - high
      properties:
        low:
          type:
            - number
            - 'null'
        expected:
          type:
            - number
            - 'null'
        high:
          type:
            - number
            - 'null'
    ContractMeta:
      type: object
      additionalProperties: false
      required:
        - apiVersion
        - workspaceId
      properties:
        apiVersion:
          type: string
          const: '1'
        workspaceId:
          type: string
          format: uuid
        count:
          type: integer
          minimum: 0
  responses:
    BadRequest:
      description: Request validation failed
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ApiError'
    Unauthorized:
      description: Authentication required
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ApiError'
    NotFound:
      description: Resource is unavailable to the caller
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ApiError'
    ServiceUnavailable:
      description: Ledger or workspace authorization is unavailable
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ApiError'
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: 'OrgX API key, sent as `Authorization: Bearer oxk_...`'
    cookieAuth:
      type: apiKey
      in: cookie
      name: __session
      description: Session cookie from web authentication

````