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

# PublicApiGetLearningOutcomes

> GET /api/v1/organizations/{orgId}/workspaces/{wsId}/campaigns/{campaignId}/learning/outcomes

Use this endpoint through the Developer API or the matching `firstsales` CLI command when available. Responses use the stable FirstSales public error envelope.


## OpenAPI

````yaml GET /api/v1/organizations/{orgId}/workspaces/{wsId}/campaigns/{campaignId}/learning/outcomes
openapi: 3.1.0
info:
  title: FirstSales Developer API
  version: 1.0.0
  description: >-
    Public v1 developer API for FirstSales.io. Generated from live step
    definitions — do not hand-edit.
servers:
  - url: https://sandbox.api.app.firstsales.io
  - url: https://api.app.firstsales.io
security:
  - bearerAuth: []
tags:
  - name: Activities
  - name: Alerts
  - name: API Keys
  - name: Authentication
  - name: Billing
  - name: Campaigns
  - name: Companies
  - name: Connectors
  - name: Contacts
  - name: Copilot
  - name: Dashboard
  - name: Deals
  - name: Email Authentication
  - name: Inbox
  - name: Knowledge Bases
  - name: Learning
  - name: Offerings
  - name: Organizations
  - name: Sequence Library
  - name: Team
  - name: Tracking Domains
  - name: Warmup
paths:
  /api/v1/organizations/{orgId}/workspaces/{wsId}/campaigns/{campaignId}/learning/outcomes:
    get:
      tags:
        - Learning
      summary: PublicApiGetLearningOutcomes
      operationId: >-
        getApiV1OrganizationsOrgIdWorkspacesWsIdCampaignsCampaignIdLearningOutcomes
      parameters:
        - name: orgId
          in: path
          required: true
          schema:
            type: string
        - name: wsId
          in: path
          required: true
          schema:
            type: string
        - name: campaignId
          in: path
          required: true
          schema:
            type: string
            pattern: ^[0-9a-fA-F]{24}$
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicLearningOutcomesResponse'
        '400':
          description: Public API error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicErrorEnvelope'
        '401':
          description: Public API error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicErrorEnvelope'
        '403':
          description: Public API error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicErrorEnvelope'
        '404':
          description: Public API error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicErrorEnvelope'
        '429':
          description: Public API error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicErrorEnvelope'
        '500':
          description: Public API error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicErrorEnvelope'
        '503':
          description: Public API error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicErrorEnvelope'
        default:
          description: Error response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicErrorEnvelope'
      security:
        - developerKeyBearer: []
components:
  schemas:
    PublicLearningOutcomesResponse:
      type: object
      properties:
        outcomes:
          type: object
          properties:
            treatment:
              type: object
              properties:
                sent:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                mature:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                open:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                click:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                reply:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                goal:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                unsub:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                bounce:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                ooo:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
              required:
                - sent
                - mature
                - open
                - click
                - reply
                - goal
                - unsub
                - bounce
                - ooo
              additionalProperties: false
            control:
              type: object
              properties:
                sent:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                mature:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                open:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                click:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                reply:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                goal:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                unsub:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                bounce:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
                ooo:
                  type: object
                  properties:
                    count:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    rate:
                      type: number
                  required:
                    - count
                    - rate
                  additionalProperties: false
              required:
                - sent
                - mature
                - open
                - click
                - reply
                - goal
                - unsub
                - bounce
                - ooo
              additionalProperties: false
            denominators:
              type: object
              properties:
                assigned:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                executed:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                mature:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                unknownAssignment:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                unknownExecution:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                executionMismatch:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
              required:
                - assigned
                - executed
                - mature
                - unknownAssignment
                - unknownExecution
                - executionMismatch
              additionalProperties: false
            experiment:
              type: object
              properties:
                state:
                  type: string
                  minLength: 1
                gates:
                  type: object
                  properties:
                    eligible:
                      type: boolean
                    gates:
                      type: object
                      properties:
                        sampleFloor:
                          type: boolean
                        conversionImproves:
                          type: boolean
                        intervalSupports:
                          type: boolean
                        safetyHolds:
                          type: boolean
                      required:
                        - sampleFloor
                        - conversionImproves
                        - intervalSupports
                        - safetyHolds
                      additionalProperties: false
                    evidence:
                      type: object
                      properties:
                        treatmentRate:
                          anyOf:
                            - type: number
                            - type: 'null'
                        controlRate:
                          anyOf:
                            - type: number
                            - type: 'null'
                        liftLowerBound:
                          anyOf:
                            - type: number
                            - type: 'null'
                        treatmentSafetyRate:
                          anyOf:
                            - type: number
                            - type: 'null'
                        controlSafetyRate:
                          anyOf:
                            - type: number
                            - type: 'null'
                      required:
                        - treatmentRate
                        - controlRate
                        - liftLowerBound
                        - treatmentSafetyRate
                        - controlSafetyRate
                      additionalProperties: false
                  required:
                    - eligible
                    - gates
                    - evidence
                  additionalProperties: false
              required:
                - state
                - gates
              additionalProperties: false
            lift:
              type: object
              properties:
                open:
                  type: object
                  properties:
                    absolute:
                      anyOf:
                        - type: number
                        - type: 'null'
                  required:
                    - absolute
                  additionalProperties: false
                click:
                  type: object
                  properties:
                    absolute:
                      anyOf:
                        - type: number
                        - type: 'null'
                  required:
                    - absolute
                  additionalProperties: false
                reply:
                  type: object
                  properties:
                    absolute:
                      anyOf:
                        - type: number
                        - type: 'null'
                  required:
                    - absolute
                  additionalProperties: false
                goal:
                  type: object
                  properties:
                    absolute:
                      anyOf:
                        - type: number
                        - type: 'null'
                  required:
                    - absolute
                  additionalProperties: false
                unsub:
                  type: object
                  properties:
                    absolute:
                      anyOf:
                        - type: number
                        - type: 'null'
                  required:
                    - absolute
                  additionalProperties: false
                bounce:
                  type: object
                  properties:
                    absolute:
                      anyOf:
                        - type: number
                        - type: 'null'
                  required:
                    - absolute
                  additionalProperties: false
                ooo:
                  type: object
                  properties:
                    absolute:
                      anyOf:
                        - type: number
                        - type: 'null'
                  required:
                    - absolute
                  additionalProperties: false
              required:
                - open
                - click
                - reply
                - goal
                - unsub
                - bounce
                - ooo
              additionalProperties: false
            observationCounts:
              type: object
              properties:
                open:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                click:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                reply:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                goal:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                unsub:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                bounce:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
                ooo:
                  type: object
                  properties:
                    treatment:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    control:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - treatment
                    - control
                  additionalProperties: false
              required:
                - open
                - click
                - reply
                - goal
                - unsub
                - bounce
                - ooo
              additionalProperties: false
            evidence:
              type: object
              properties:
                assignedProspects:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                excludedUnassignedEmails:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                excludedMixedArmProspects:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
              required:
                - assignedProspects
                - excludedUnassignedEmails
                - excludedMixedArmProspects
              additionalProperties: false
            dimensionExperiments:
              maxItems: 200
              type: array
              items:
                type: object
                properties:
                  dimension:
                    type: string
                    enum:
                      - subject-shape
                      - cta-shape
                      - body-format
                  dimensionVersion:
                    type: string
                    minLength: 1
                  values:
                    type: object
                    properties:
                      treatment:
                        anyOf:
                          - type: string
                          - type: 'null'
                      control:
                        anyOf:
                          - type: string
                          - type: 'null'
                    required:
                      - treatment
                      - control
                    additionalProperties: false
                  state:
                    type: string
                    minLength: 1
                  assigned:
                    type: object
                    properties:
                      treatment:
                        type: integer
                        minimum: 0
                        maximum: 9007199254740991
                      control:
                        type: integer
                        minimum: 0
                        maximum: 9007199254740991
                    required:
                      - treatment
                      - control
                    additionalProperties: false
                  executed:
                    type: object
                    properties:
                      treatment:
                        type: integer
                        minimum: 0
                        maximum: 9007199254740991
                      control:
                        type: integer
                        minimum: 0
                        maximum: 9007199254740991
                    required:
                      - treatment
                      - control
                    additionalProperties: false
                  executionMismatch:
                    type: integer
                    minimum: 0
                    maximum: 9007199254740991
                  evidence:
                    type: object
                    properties:
                      treatment:
                        type: object
                        properties:
                          matureSends:
                            type: integer
                            minimum: 0
                            maximum: 9007199254740991
                          qualifiedOrMeeting:
                            type: integer
                            minimum: 0
                            maximum: 9007199254740991
                          safetyNegatives:
                            type: integer
                            minimum: 0
                            maximum: 9007199254740991
                        required:
                          - matureSends
                          - qualifiedOrMeeting
                          - safetyNegatives
                        additionalProperties: false
                      control:
                        type: object
                        properties:
                          matureSends:
                            type: integer
                            minimum: 0
                            maximum: 9007199254740991
                          qualifiedOrMeeting:
                            type: integer
                            minimum: 0
                            maximum: 9007199254740991
                          safetyNegatives:
                            type: integer
                            minimum: 0
                            maximum: 9007199254740991
                        required:
                          - matureSends
                          - qualifiedOrMeeting
                          - safetyNegatives
                        additionalProperties: false
                    required:
                      - treatment
                      - control
                    additionalProperties: false
                  gates:
                    type: object
                    properties:
                      eligible:
                        type: boolean
                      gates:
                        type: object
                        properties:
                          sampleFloor:
                            type: boolean
                          conversionImproves:
                            type: boolean
                          intervalSupports:
                            type: boolean
                          safetyHolds:
                            type: boolean
                        required:
                          - sampleFloor
                          - conversionImproves
                          - intervalSupports
                          - safetyHolds
                        additionalProperties: false
                      evidence:
                        type: object
                        properties:
                          treatmentRate:
                            anyOf:
                              - type: number
                              - type: 'null'
                          controlRate:
                            anyOf:
                              - type: number
                              - type: 'null'
                          liftLowerBound:
                            anyOf:
                              - type: number
                              - type: 'null'
                          treatmentSafetyRate:
                            anyOf:
                              - type: number
                              - type: 'null'
                          controlSafetyRate:
                            anyOf:
                              - type: number
                              - type: 'null'
                        required:
                          - treatmentRate
                          - controlRate
                          - liftLowerBound
                          - treatmentSafetyRate
                          - controlSafetyRate
                        additionalProperties: false
                    required:
                      - eligible
                      - gates
                      - evidence
                    additionalProperties: false
                required:
                  - dimension
                  - dimensionVersion
                  - values
                  - state
                  - assigned
                  - executed
                  - executionMismatch
                  - evidence
                  - gates
                additionalProperties: false
            outcomeLearning:
              type: object
              properties:
                exposures:
                  type: object
                  properties:
                    acceptedSend:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    projected:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    matureProjected:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - acceptedSend
                    - projected
                    - matureProjected
                  additionalProperties: false
                summary:
                  type: object
                  properties:
                    positiveReply:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    qualifiedPositiveReply:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    qualifiedConversation:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    meeting:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    opportunity:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    negativeReply:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    unsubscribe:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    bounce:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    complaint:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    mailboxPause:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                    manualEdit:
                      type: integer
                      minimum: 0
                      maximum: 9007199254740991
                  required:
                    - positiveReply
                    - qualifiedPositiveReply
                    - qualifiedConversation
                    - meeting
                    - opportunity
                    - negativeReply
                    - unsubscribe
                    - bounce
                    - complaint
                    - mailboxPause
                    - manualEdit
                  additionalProperties: false
                weights:
                  type: object
                  properties:
                    seed:
                      type: object
                      properties:
                        state:
                          type: string
                          enum:
                            - eligible
                            - blocked
                        weight:
                          type: number
                        blockedReasons:
                          maxItems: 50
                          type: array
                          items:
                            type: string
                            minLength: 1
                        hardAbort:
                          type: boolean
                        totalAcceptedExposures:
                          type: integer
                          minimum: 0
                          maximum: 9007199254740991
                        completedMatureExposures:
                          type: integer
                          minimum: 0
                          maximum: 9007199254740991
                      required:
                        - state
                        - weight
                        - blockedReasons
                        - hardAbort
                        - totalAcceptedExposures
                        - completedMatureExposures
                      additionalProperties: false
                    bodyFormat:
                      type: object
                      properties:
                        state:
                          type: string
                          enum:
                            - eligible
                            - blocked
                        weight:
                          type: number
                        blockedReasons:
                          maxItems: 50
                          type: array
                          items:
                            type: string
                            minLength: 1
                        hardAbort:
                          type: boolean
                        totalAcceptedExposures:
                          type: integer
                          minimum: 0
                          maximum: 9007199254740991
                        completedMatureExposures:
                          type: integer
                          minimum: 0
                          maximum: 9007199254740991
                      required:
                        - state
                        - weight
                        - blockedReasons
                        - hardAbort
                        - totalAcceptedExposures
                        - completedMatureExposures
                      additionalProperties: false
                    cta:
                      type: object
                      properties:
                        state:
                          type: string
                          enum:
                            - eligible
                            - blocked
                        weight:
                          type: number
                        blockedReasons:
                          maxItems: 50
                          type: array
                          items:
                            type: string
                            minLength: 1
                        hardAbort:
                          type: boolean
                        totalAcceptedExposures:
                          type: integer
                          minimum: 0
                          maximum: 9007199254740991
                        completedMatureExposures:
                          type: integer
                          minimum: 0
                          maximum: 9007199254740991
                      required:
                        - state
                        - weight
                        - blockedReasons
                        - hardAbort
                        - totalAcceptedExposures
                        - completedMatureExposures
                      additionalProperties: false
                  required:
                    - seed
                    - bodyFormat
                    - cta
                  additionalProperties: false
              required:
                - exposures
                - summary
                - weights
              additionalProperties: false
          required:
            - treatment
            - control
            - denominators
            - experiment
            - lift
            - evidence
            - dimensionExperiments
          additionalProperties: false
      required:
        - outcomes
      additionalProperties: false
    PublicErrorEnvelope:
      type: object
      properties:
        error:
          type: object
          properties:
            code:
              type: string
            message:
              type: string
            requestId:
              type: string
            details:
              type: object
              additionalProperties: true
          required:
            - code
            - message
            - requestId
      required:
        - error
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: Legacy compatibility bearer scheme for generated consumers.
    developerKeyBearer:
      type: http
      scheme: bearer
      description: FirstSales developer API key bearer token (fs-key-*).

````