> ## 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.

# PublicApiGetWorkspaceLearningOverview

> GET /api/v1/organizations/{orgId}/workspaces/{wsId}/learning/overview

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}/learning/overview
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}/learning/overview:
    get:
      tags:
        - Learning
      summary: PublicApiGetWorkspaceLearningOverview
      operationId: getApiV1OrganizationsOrgIdWorkspacesWsIdLearningOverview
      parameters:
        - name: orgId
          in: path
          required: true
          schema:
            type: string
        - name: wsId
          in: path
          required: true
          schema:
            type: string
        - name: segmentKey
          in: query
          required: false
          schema:
            type: string
            minLength: 1
            maxLength: 200
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublicLearningOverviewResponse'
        '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:
    PublicLearningOverviewResponse:
      type: object
      properties:
        overview:
          type: object
          properties:
            learningState:
              type: string
              minLength: 1
            hasModel:
              type: boolean
            maturityState:
              type: string
              minLength: 1
            regime:
              type: string
              minLength: 1
            preferences:
              type: object
              properties:
                preferred:
                  maxItems: 10
                  type: array
                  items:
                    type: object
                    properties:
                      feature:
                        type: string
                        minLength: 1
                      label:
                        type: string
                        minLength: 1
                      weight:
                        type: number
                    required:
                      - feature
                      - label
                      - weight
                    additionalProperties: false
                avoid:
                  maxItems: 10
                  type: array
                  items:
                    type: object
                    properties:
                      feature:
                        type: string
                        minLength: 1
                      label:
                        type: string
                        minLength: 1
                      weight:
                        type: number
                    required:
                      - feature
                      - label
                      - weight
                    additionalProperties: false
              required:
                - preferred
                - avoid
              additionalProperties: false
            coverage:
              type: object
              properties:
                segmentCount:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                totalObservations:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                maturedConversionObservations:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                chunkCount:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                chunkCountScope:
                  type: string
                  enum:
                    - campaign
                    - workspace
                retainedSignalObservations:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                retentionWindowDays:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
              required:
                - segmentCount
                - totalObservations
                - maturedConversionObservations
                - chunkCount
                - chunkCountScope
                - retainedSignalObservations
                - retentionWindowDays
              additionalProperties: false
            activation:
              type: object
              properties:
                state:
                  type: string
                  enum:
                    - awaiting_qualified_reply
                    - first_qualified_reply
                qualifiedReplies:
                  type: integer
                  minimum: 0
                  maximum: 9007199254740991
                firstQualifiedReplyAt:
                  type: string
                  format: date-time
                  pattern: >-
                    ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
                nextAction:
                  type: string
                  minLength: 1
              required:
                - state
                - qualifiedReplies
                - nextAction
              additionalProperties: false
            lastUpdatedAt:
              anyOf:
                - type: string
                  format: date-time
                  pattern: >-
                    ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
                - type: 'null'
          required:
            - learningState
            - hasModel
            - maturityState
            - regime
            - preferences
            - coverage
            - lastUpdatedAt
          additionalProperties: false
      required:
        - overview
      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-*).

````