// Projects

List script module assignments

See which script modules are imported into a project.

GET/api/project/script-modules

Description

Returns every workspace script module with an imported flag indicating whether the project currently imports it.

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.