action orbit_get_workspaces_workspace_slug { label: "Get a workspace" provider: orbit method: GET path: "/workspaces/{workspace_slug}" encoding: json input: { type: "object" properties: { include_orbit_level_counts: { type: "boolean" } workspace_slug: { type: "string" } } required: ["workspace_slug"] additionalProperties: false } output: { type: "object" additionalProperties: true } }