action illumidesk_projects_servers_list { label: "Retrieve servers" provider: illumidesk method: GET path: "/v1/{namespace}/projects/{project}/servers/" encoding: json input: { type: "object" properties: { limit: { type: "string" } name: { type: "string" } namespace: { type: "string" } offset: { type: "string" } ordering: { type: "string" } project: { type: "string" } } required: ["namespace", "project"] additionalProperties: false } output: { type: "object" additionalProperties: true } }