action illumidesk_projects_list { label: "Get available projects" provider: illumidesk method: GET path: "/v1/{namespace}/projects/" encoding: json input: { type: "object" properties: { limit: { type: "string" } name: { type: "string" } namespace: { type: "string" } offset: { type: "string" } ordering: { type: "string" } private: { type: "string" } } required: ["namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }