action orbit_get_workspace_slug_activities_id { label: "Get an activity in the workspace" provider: orbit method: GET path: "/{workspace_slug}/activities/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } workspace_slug: { type: "string" } } required: ["id", "workspace_slug"] additionalProperties: false } output: { type: "object" additionalProperties: true } }