action circuitsandbox_get_spaces { label: "Get the spaces" description: "Get the spaces\nOauthScopes: READ_SPACE" provider: circuitsandbox method: GET path: "/spaces" encoding: json input: { type: "object" properties: { numberOfResults: { type: "number" format: "int32" } timestamp: { type: "string" format: "date-time" } } additionalProperties: false } output: { properties: {} } }