action orbit_get_workspace_slug_activity_types { label: "List all activity types for a workspace" provider: orbit method: GET path: "/{workspace_slug}/activity_types" encoding: json input: { type: "object" properties: { workspace_slug: { type: "string" } } required: ["workspace_slug"] additionalProperties: false } output: { type: "object" additionalProperties: true } }