naftiko: 1.0.0-alpha2
info:
label: API Reference — subpackage_workspaces
description: 'API Reference — subpackage_workspaces. 5 operations. Lead operation: ✨ List workspaces. Self-contained Naftiko
capability covering one Label Studio business surface.'
tags:
- Label Studio
- subpackage_workspaces
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
baseUri: http://localhost:8000
description: API Reference — subpackage_workspaces business capability. Self-contained, no shared references.
resources:
- name: api-workspaces
path: /api/workspaces/
operations:
- name: list
method: GET
description: ✨ List workspaces
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: include_all_workspaces
in: query
type: boolean
description: Include all workspaces in the organization, including other users' personal workspaces. Only effective
for users with Administrator or Owner role. When enabled,
- name: is_archived
in: query
type: boolean
description: Filter by archived status. Set to false to exclude archived workspaces.
- name: is_personal
in: query
type: boolean
description: Workspace is a personal user workspace.
- 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: