Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Workspace ID to retrieve (path).

Example:

"workspace_01HXKD2E5NQM3T9AYWCF133E3Q"

Response

OK

metadata
object
required

AccountResourceMetadata is used to represent a resource that is associated to an account but not to a workspace.

spec
object
required
status
enum<string>
read-only

Lifecycle status of the workspace. Archived workspaces reject all requests scoped to them. Server-populated.

Available options:
STATUS_ENABLED,
STATUS_DISABLED,
STATUS_ARCHIVED
info
object

The workspace information