// Workspace Variables

List workspace variables

List the variables defined at the workspace level.

GET/api/workspace-variable

Description

Returns every workspace-level variable with its values and scope filters. Use the /api/project/workspace-variable endpoints to import these into projects.

Parameters

NameInTypeRequiredDescription
workspaceId query string yes ID of the workspace.

Errors

StatusMeaning
400 Invalid workspaceId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.