action gitlab_get_v3_namespaces { label: "Get a namespaces list" description: "Get a namespaces list" provider: gitlab method: GET path: "/v3/namespaces" encoding: json input: { type: "object" properties: { page: { type: "string" } per_page: { type: "string" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }