Label Studio · Capability

API Reference — subpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated

API Reference — subpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated. 1 operations. Lead operation: ✨ Get workspace members paginated. Self-contained Naftiko capability covering one Label Studio business surface.

Run with Naftiko Label Studiosubpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated

What You Can Do

GET
List — ✨ Get workspace members paginated
/v1/api/workspaces/{id}/memberships/paginated

MCP Tools

get-workspace-members-paginated

✨ Get workspace members paginated

read-only idempotent

Capability Spec

label-studio-subpackage-workspaces-subpackage-workspaces-members-subpackage-workspaces-members-paginated.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — subpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated
  description: 'API Reference — subpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated.
    1 operations. Lead operation: ✨ Get workspace members paginated. Self-contained Naftiko capability covering one Label
    Studio business surface.'
  tags:
  - Label Studio
  - subpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LABEL_STUDIO_API_KEY: LABEL_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: label-studio-subpackage-workspaces-subpackage-workspaces-members-subpackage-workspaces-members-paginated
    baseUri: http://localhost:8000
    description: API Reference — subpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated
      business capability. Self-contained, no shared references.
    resources:
    - name: api-workspaces-id-memberships-paginated
      path: /api/workspaces/{id}/memberships/paginated/
      operations:
      - name: list
        method: GET
        description: ✨ Get workspace members paginated
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: ids
          in: query
          type: string
          description: Comma-separated list of user IDs to filter by
        - name: page
          in: query
          type: integer
          description: A page number within the paginated result set.
        - name: page_size
          in: query
          type: integer
          description: Number of results to return per page.
        - name: search
          in: query
          type: string
          description: A search term.
        - name: Authorization
          in: header
          type: string
          description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
            Account page in Label Studio. Example: <br><pre><code class='
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.LABEL_STUDIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: label-studio-subpackage-workspaces-subpackage-workspaces-members-subpackage-workspaces-members-paginated-rest
    port: 8080
    description: REST adapter for API Reference — subpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/workspaces/{id}/memberships/paginated
      name: api-workspaces-id-memberships-paginated
      description: REST surface for api-workspaces-id-memberships-paginated.
      operations:
      - method: GET
        name: list
        description: ✨ Get workspace members paginated
        call: label-studio-subpackage-workspaces-subpackage-workspaces-members-subpackage-workspaces-members-paginated.list
        with:
          id: rest.id
          ids: rest.ids
          page: rest.page
          page_size: rest.page_size
          search: rest.search
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: label-studio-subpackage-workspaces-subpackage-workspaces-members-subpackage-workspaces-members-paginated-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — subpackage_workspaces.subpackage_workspaces/members.subpackage_workspaces/members/paginated.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-workspace-members-paginated
      description: ✨ Get workspace members paginated
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: label-studio-subpackage-workspaces-subpackage-workspaces-members-subpackage-workspaces-members-paginated.list
      with:
        id: tools.id
        ids: tools.ids
        page: tools.page
        page_size: tools.page_size
        search: tools.search
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.