// Project Variables

List imported workspace variables

List workspace-level variables currently imported into a project.

GET/api/project/workspace-variables

Description

Returns every workspace variable that the project currently imports, including the bound workspaceVariableId and the local projectVariableId.

Parameters

NameInTypeRequiredDescription
projectId query string yes ID of the project.

Errors

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