action netlify_list_sites { label: "listSites" description: "**Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [getEnvVars](#tag/environmentVariables/operation/getEnvVars) to retrieve site environment variables." provider: netlify method: GET path: "/sites" encoding: json input: { type: "object" properties: { filter: { type: "string" } name: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }