# Retrieve a Workspace Get a Workspace resource by it's ID. Endpoint: GET /v2/account/{workspace_id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `workspace_id` (integer, required) The resource ID of the Workspace Example: 123456789 ## Response 200 fields (application/json): - `name` (string) - `identifier` (string) - `status` (string) - `is_trial` (boolean) - `industry` (string) - `is_company` (boolean) - `meta` (object) - `meta.num_accounts` (integer) - `meta.num_users` (integer) - `meta.num_titles` (integer) - `meta.num_titles_published` (integer) - `meta.num_editions` (integer) - `meta.num_editions_published` (integer) - `meta.num_presets` (integer) - `meta.num_templates` (integer) - `meta.computed_on` (string) - `id` (integer) - `created_on` (string) - `modified_on` (string,null) - `clients` (object) - `partners` (object) - `billing_country` (string,null) - `_embedded` (object) - `_embedded.parent` (object) - `_embedded.parent._links` (object) - `_embedded.parent._links.self` (object) - `_embedded.parent._links.self.href` (string) Example: "https://api.foleon.com/..." - `_embedded.children` (object) - `_embedded.memberships` (object) - `_embedded.titles` (object) - `_embedded.grants` (object) - `_embedded.country` (object) - `_computed` (object) - `_computed.label` (string) - `_computed.can_access_parent` (boolean) - `_computed.parent_account_name` (string) ## Response 400 fields ## Response 401 fields