Label Studio · Capability

API Reference — subpackage_projects.subpackage_projects/reviewRoutingRules

API Reference — subpackage_projects.subpackage_projects/reviewRoutingRules. 2 operations. Lead operation: ✨ List review routing rules. Self-contained Naftiko capability covering one Label Studio business surface.

Run with Naftiko Label Studiosubpackage_projects.subpackage_projects/reviewRoutingRules

What You Can Do

GET
List — ✨ List review routing rules
/v1/api/projects/{id}/review-routing-rules
POST
Bulkreplace — ✨ Bulk replace review routing rules
/v1/api/projects/{id}/review-routing-rules/bulk

MCP Tools

list-review-routing-rules

✨ List review routing rules

read-only idempotent
bulk-replace-review-routing-rules

✨ Bulk replace review routing rules

Capability Spec

label-studio-subpackage-projects-subpackage-projects-reviewroutingrules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — subpackage_projects.subpackage_projects/reviewRoutingRules
  description: 'API Reference — subpackage_projects.subpackage_projects/reviewRoutingRules. 2 operations. Lead operation:
    ✨ List review routing rules. Self-contained Naftiko capability covering one Label Studio business surface.'
  tags:
  - Label Studio
  - subpackage_projects.subpackage_projects/reviewRoutingRules
  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-projects-subpackage-projects-reviewroutingrules
    baseUri: http://localhost:8000
    description: API Reference — subpackage_projects.subpackage_projects/reviewRoutingRules business capability. Self-contained,
      no shared references.
    resources:
    - name: api-projects-id-review-routing-rules
      path: /api/projects/{id}/review-routing-rules/
      operations:
      - name: list
        method: GET
        description: ✨ List review routing rules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - name: ordering
          in: query
          type: string
          description: Which field to use when ordering the results.
        - 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
    - name: api-projects-id-review-routing-rules-bulk
      path: /api/projects/{id}/review-routing-rules/bulk/
      operations:
      - name: bulkreplace
        method: POST
        description: ✨ Bulk replace review routing rules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          required: true
        - 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
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.LABEL_STUDIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: label-studio-subpackage-projects-subpackage-projects-reviewroutingrules-rest
    port: 8080
    description: REST adapter for API Reference — subpackage_projects.subpackage_projects/reviewRoutingRules. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/projects/{id}/review-routing-rules
      name: api-projects-id-review-routing-rules
      description: REST surface for api-projects-id-review-routing-rules.
      operations:
      - method: GET
        name: list
        description: ✨ List review routing rules
        call: label-studio-subpackage-projects-subpackage-projects-reviewroutingrules.list
        with:
          id: rest.id
          ordering: rest.ordering
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/projects/{id}/review-routing-rules/bulk
      name: api-projects-id-review-routing-rules-bulk
      description: REST surface for api-projects-id-review-routing-rules-bulk.
      operations:
      - method: POST
        name: bulkreplace
        description: ✨ Bulk replace review routing rules
        call: label-studio-subpackage-projects-subpackage-projects-reviewroutingrules.bulkreplace
        with:
          id: rest.id
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: label-studio-subpackage-projects-subpackage-projects-reviewroutingrules-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — subpackage_projects.subpackage_projects/reviewRoutingRules. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: list-review-routing-rules
      description: ✨ List review routing rules
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: label-studio-subpackage-projects-subpackage-projects-reviewroutingrules.list
      with:
        id: tools.id
        ordering: tools.ordering
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: bulk-replace-review-routing-rules
      description: ✨ Bulk replace review routing rules
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: label-studio-subpackage-projects-subpackage-projects-reviewroutingrules.bulkreplace
      with:
        id: tools.id
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.