action gerermesaffaires_get_spaces_id_status { label: "get_spaces_id_status" description: "Returns all status of the space" provider: gerermesaffaires method: GET path: "/spaces/{id}/status" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }