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

# Read one page of a portability's efetivação status

> Reads one page of consultar-portabilidade-trabalhador (Manual 008 v1.10 §5.4), the proponent's published status view for a portability. classificadorSituacao is relayed without reinterpretation: 0 Aberto, 1 Encerrado por prazo, 2 Encerrado por averbação, or 3 Encerrado por alteração do Número Único. Code 1 means that the 20-calendar-day portability window has closed and the FGTS collateral blocks were removed.

codigoProponente is injected from the tenant's Dataprev credential and is never accepted from the caller. This read does not mutate gateway state.



## OpenAPI

````yaml en/openapi/v3-current/consignado.yaml get /v1/consignado/portabilidade/efetivacoes
openapi: 3.1.0
info:
  contact:
    email: contact@lerian.studio
    name: Lerian Studio
    url: https://lerian.studio
  description: >-
    OpenAPI 3.1 surface for Lerian Consignado — Dataprev. The API covers tenant
    credentials and rail configuration, worker margin, loan auctions and bids,
    contract registration and lifecycle, disbursement confirmation, portability,
    refinancing, renegotiation, FGTS guarantees, reconciliation, funds,
    assignments, usage, throughput, and event subscriptions. Secret material is
    written to the tenant secret store and is never returned by any operation.
  license:
    name: Lerian Studio General License
  title: Lerian Consignado API
  version: v1.0.0
servers:
  - url: https://consignado.sandbox.lerian.net
security:
  - BearerAuth: []
tags:
  - description: >-
      Per-tenant Dataprev credential custody and public rail configuration
      (upload, status, rotation, revoke, requester code, and worker portal base
      URL)
    name: Credentials
  - description: >-
      Tenant-scoped consignado gateway usage: priced billable-unit aggregation
      per competência
    name: Consignado Usage
  - description: >-
      Per-tenant streaming-hub subscription control-plane (list, create, get,
      rotate, revoke, and test delivery)
    name: Subscriptions
  - description: >-
      Dataprev payroll-rail surface: FGTS balance and authorization reads, the
      FGTS guarantee execution, contract suspension, reactivation and term
      changes, the rail's own contract documents, and the on-demand reads of
      leilão solicitações, escriturações, repasses and employment terminations
    name: Consignado Rail
  - description: >-
      Synchronous rail command surface: the operations a bancarizador without
      the lender drives over HTTP. Each shares its command implementation with
      the equivalent lender event trigger.
    name: Consignado Rail Commands
  - description: >-
      Gateway-owned disbursement confirmation: a client bank recording money it
      has ALREADY paid to a worker. It crosses no government boundary and
      proxies no Dataprev operation.
    name: Consignado Disbursement
  - description: >-
      Per-tenant self-service outbound Dataprev rail throughput: read and set
      this tenant's own requests-per-second, including a deliberate pause at
      zero
    name: Consignado Throughput
paths:
  /v1/consignado/portabilidade/efetivacoes:
    get:
      tags:
        - Consignado Rail
      summary: Read one page of a portability's efetivação status
      description: >-
        Reads one page of consultar-portabilidade-trabalhador (Manual 008 v1.10
        §5.4), the proponent's published status view for a portability.
        classificadorSituacao is relayed without reinterpretation: 0 Aberto, 1
        Encerrado por prazo, 2 Encerrado por averbação, or 3 Encerrado por
        alteração do Número Único. Code 1 means that the 20-calendar-day
        portability window has closed and the FGTS collateral blocks were
        removed.


        codigoProponente is injected from the tenant's Dataprev credential and
        is never accepted from the caller. This read does not mutate gateway
        state.
      operationId: listConsignadoPortabilidadeEfetivacoes
      parameters:
        - description: 1-based page number, relayed to the rail's nroPagina.
          explode: false
          in: query
          name: page
          schema:
            default: 1
            description: 1-based page number, relayed to the rail's nroPagina.
            examples:
              - 1
            format: int64
            minimum: 1
            type: integer
        - description: 'OPTIONAL filter: the origin institution''s code.'
          explode: false
          in: query
          name: codigo_origem
          schema:
            description: 'OPTIONAL filter: the origin institution''s code.'
            examples:
              - '899'
            type: string
        - description: 'OPTIONAL filter: the portability''s NSU.'
          explode: false
          in: query
          name: numero_unico
          schema:
            description: 'OPTIONAL filter: the portability''s NSU.'
            examples:
              - '100000000000000000001'
            maxLength: 21
            pattern: ^[0-9]{0,21}$
            type: string
        - description: 'OPTIONAL filter: worker registration number.'
          explode: false
          in: query
          name: matricula
          schema:
            description: 'OPTIONAL filter: worker registration number.'
            examples:
              - 99999999999-A
            maxLength: 30
            type: string
        - description: 'OPTIONAL filter: 1 CNPJ, 2 CPF.'
          explode: false
          in: query
          name: codigo_inscricao_empregador
          schema:
            description: 'OPTIONAL filter: 1 CNPJ, 2 CPF.'
            examples:
              - '1'
            pattern: ^[12]?$
            type: string
        - description: 'OPTIONAL filter: employer inscription number.'
          explode: false
          in: query
          name: numero_inscricao_empregador
          schema:
            description: 'OPTIONAL filter: employer inscription number.'
            examples:
              - '99999999999881'
            maxLength: 15
            type: string
        - description: 'OPTIONAL filter: operation window start.'
          explode: false
          in: query
          name: data_inicio_operacao
          schema:
            description: 'OPTIONAL filter: operation window start.'
            examples:
              - '2026-01-01T00:00:00Z'
            format: date-time
            type: string
        - description: 'OPTIONAL filter: operation window end.'
          explode: false
          in: query
          name: data_fim_operacao
          schema:
            description: 'OPTIONAL filter: operation window end.'
            examples:
              - '2026-02-01T00:00:00Z'
            format: date-time
            type: string
        - description: >-
            OPTIONAL filter: 0 Aberto, 1 Encerrado por prazo, 2 Encerrado por
            averbação, 3 Encerrado por alteração do Número Único.
          explode: false
          in: query
          name: classificador_situacao
          schema:
            description: >-
              OPTIONAL filter: 0 Aberto, 1 Encerrado por prazo, 2 Encerrado por
              averbação, 3 Encerrado por alteração do Número Único.
            examples:
              - '1'
            pattern: ^[0-3]?$
            type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PortabilidadeConsultaResponseBody'
          description: OK
        default:
          content:
            application/problem+json:
              schema:
                $ref: '#/components/schemas/Detail'
          description: Error
      security:
        - BearerAuth: []
components:
  schemas:
    PortabilidadeConsultaResponseBody:
      additionalProperties: false
      properties:
        has_more:
          description: Whether a further page exists.
          examples:
            - false
          type: boolean
        page:
          description: 1-based page number, echoed from the rail.
          examples:
            - 1
          format: int64
          type: integer
        registros:
          items:
            $ref: '#/components/schemas/PortabilidadeEfetivacaoResponse'
          type:
            - array
            - 'null'
        size:
          description: Page size the rail is paginating with.
          examples:
            - 10
          format: int64
          type: integer
      required:
        - registros
        - page
        - size
        - has_more
      type: object
    Detail:
      additionalProperties: false
      properties:
        code:
          description: >-
            Stable, machine-readable domain error code scoped to the emitting
            service (format: <SERVICE>-NNNN).
          examples:
            - ERR-0001
          type: string
        detail:
          description: >-
            A human-readable explanation specific to this occurrence of the
            problem.
          examples:
            - Property foo is required but is missing.
          type: string
        errors:
          description: Optional list of individual error details
          items:
            $ref: '#/components/schemas/ErrorDetail'
          type:
            - array
            - 'null'
        instance:
          description: >-
            A URI reference that identifies the specific occurrence of the
            problem.
          examples:
            - https://example.com/error-log/abc123
          format: uri
          type: string
        status:
          description: HTTP status code
          examples:
            - 400
          format: int64
          type: integer
        title:
          description: >-
            A short, human-readable summary of the problem type. This value
            should not change between occurrences of the error.
          examples:
            - Bad Request
          type: string
        type:
          default: about:blank
          description: A URI reference to human-readable documentation for the error.
          examples:
            - https://example.com/errors/example
          format: uri
          type: string
        upstream:
          $ref: '#/components/schemas/Upstream'
          description: >-
            RFC 9457 extension member: the error a proxied third-party provider
            reported. Absent unless the emitting service explicitly surfaced
            one.
      type: object
    PortabilidadeEfetivacaoResponse:
      additionalProperties: false
      properties:
        classificadorSituacao:
          $ref: '#/components/schemas/PortabilidadeCodigoDescricaoResponse'
          description: >-
            0 Aberto, 1 Encerrado por prazo, 2 Encerrado por averbação, 3
            Encerrado por alteração do Número Único — relayed verbatim, never
            re-derived.
        codigoInscricaoEmpregador:
          description: >-
            1 CNPJ, 2 CPF. ABSENT when the rail's value was unreadable — never
            reported as 0, which is not a published code.
          examples:
            - 1
          format: int64
          type: integer
        codigoProponente:
          $ref: '#/components/schemas/PortabilidadeCodigoDescricaoResponse'
        contratosExcluidos:
          items:
            $ref: '#/components/schemas/PortabilidadeExclusaoRegistradaResponse'
          type:
            - array
            - 'null'
        cpfTrabalhador:
          description: >-
            Worker CPF, relayed verbatim in the response BODY — never a path or
            query parameter.
          examples:
            - '99999999999'
          type: string
        dataAverbacao:
          description: >-
            UTC instant of the averbação, when it has occurred. Absent until
            then: omitempty never elides a zero time.Time, omitzero does.
          examples:
            - '2026-01-05T00:00:00Z'
          format: date-time
          type: string
        dataInclusaoPortabilidade:
          description: UTC instant the portability was included on the rail.
          examples:
            - '2026-01-01T00:00:00Z'
          format: date-time
          type: string
        matricula:
          description: Worker registration number.
          examples:
            - 99999999999-A
          type: string
        numeroContratoAverbado:
          description: The destination contract number, once averbado.
          examples:
            - '199971600000'
          type: string
        numeroInscricaoEmpregador:
          description: Employer inscription number.
          examples:
            - '99999999999881'
          type: string
        numeroUnico:
          description: The portability's NSU.
          examples:
            - '100000000000000000001'
          type: string
        numeroUnicoNovo:
          description: >-
            The new NSU, when this portability was redirected by an alteration
            of the number único.
          examples:
            - '100000000000000000002'
          type: string
      required:
        - numeroUnico
        - cpfTrabalhador
        - matricula
        - numeroInscricaoEmpregador
        - dataInclusaoPortabilidade
      type: object
    ErrorDetail:
      additionalProperties: false
      properties:
        location:
          description: >-
            Where the error occurred, e.g. 'body.items[3].tags' or
            'path.thing-id'
          type: string
        message:
          description: Error message text
          type: string
        value:
          description: The value at the given location
      type: object
    Upstream:
      additionalProperties: false
      properties:
        code:
          description: The upstream provider's own error code, verbatim.
          examples:
            - E4001
          type: string
        message:
          description: >-
            The upstream provider's own error message, verbatim (bounded, never
            its raw response body).
          examples:
            - account not found at provider
          type: string
      type: object
    PortabilidadeCodigoDescricaoResponse:
      additionalProperties: false
      properties:
        codigo:
          description: The rail's code, relayed verbatim.
          examples:
            - 1
          format: int64
          type: integer
        descricao:
          description: The rail's own label for the code, relayed verbatim.
          examples:
            - Encerrado por prazo
          type: string
      required:
        - codigo
        - descricao
      type: object
    PortabilidadeExclusaoRegistradaResponse:
      additionalProperties: false
      properties:
        codigoOrigem:
          $ref: '#/components/schemas/PortabilidadeCodigoDescricaoResponse'
        dataExclusao:
          description: UTC instant of the origin exclusion.
          examples:
            - '2026-01-02T00:00:00Z'
          format: date-time
          type: string
        numeroContratoExcluido:
          description: The origin contract number this portability excluded.
          examples:
            - '199971600001'
          type: string
        ultimaParcelaPaga:
          description: >-
            Last instalment paid on the excluded contract. 0 is a live value
            (exclusion before any instalment was paid), so the field is always
            present.
          examples:
            - 3
          format: int64
          type: integer
      required:
        - numeroContratoExcluido
        - dataExclusao
        - ultimaParcelaPaga
      type: object
  securitySchemes:
    BearerAuth:
      bearerFormat: JWT
      description: JWT bearer token issued by the identity provider.
      scheme: bearer
      type: http

````