Skip to main content
GET
/
client
/
{workspaceId}
/
environment
Get Workspace State
curl --request GET \
  --url https://app.formbricks.com/api/v2/client/{workspaceId}/environment
{
  "workspaceId": "ws_01h2xce9q8p3w4x5y6z7a8b9c0",
  "environmentId": "env_01h2xce9q8p3w4x5y6z7a8b9c0",
  "state": "active"
}

Documentation Index

Fetch the complete documentation index at: https://formbricks.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

workspaceId
string
required

The ID of the Workspace. Deprecated alias environmentId.

Response

200 - application/json

OK

The response is of type object.