action circuitsandbox_get_spaces_by_ids { label: "Get the spaces by their ids" description: "Get the spaces by their ids\nOauthScopes: READ_SPACE" provider: circuitsandbox method: GET path: "/spaces/ids" encoding: json input: { type: "object" properties: { ids: { type: "array" items: { type: "string" } } } required: ["ids"] additionalProperties: false } output: { properties: {} } }