Skip to main content
GET
Get current workspace

Autorizações

X-Api-Key
string
header
obrigatório

Resposta

Response for status 200

id
string
obrigatório

Unique workspace ID

name
string
obrigatório

Workspace name

is_personal
boolean
obrigatório

true if this is the user's personal workspace, false if it is a team workspace

status
string
obrigatório

Workspace status — typically active

role
enum<string>
obrigatório
Opções disponíveis:
admin,
member
plan_id
string
obrigatório

ID of the current subscription plan

plan_name
string | null
obrigatório

Display name of the current plan

plan_is_free
boolean
obrigatório

true if the workspace is on the free plan

credits
number
obrigatório

Current credit balance for this workspace

credits_unlimited
boolean
obrigatório

true while usage is free for this workspace: jobs run without consuming the balance

credits_unlimited_until
string | null
obrigatório

ISO 8601 timestamp when the free-usage window ends; null means it has no end date

seat_count
number
obrigatório

Extra purchased seats (legacy; sempre 0)

max_total_seats
number
obrigatório

Maximum total seats available on the current plan, including any plan-included free seats

member_count
number
obrigatório

Total members currently in the workspace, including the owner

created_at
string
obrigatório

ISO 8601 timestamp of when the workspace was created

Última modificação em 23 de agosto de 2026