action orbit_get_workspace_slug_reports { label: "Get a workspace stats" provider: orbit method: GET path: "/{workspace_slug}/reports" encoding: json input: { type: "object" properties: { activity_type: { type: "string" } end_date: { type: "string" } properties: { type: "string" } relative: { type: "string" } start_date: { type: "string" } type: { type: "string" } workspace_slug: { type: "string" } } required: ["workspace_slug"] additionalProperties: false } output: { type: "object" additionalProperties: true } }