action redirection_get_crawl_collection { label: "Retrieves the collection of Crawl resources." provider: redirection method: GET path: "/crawls" encoding: json input: { type: "object" properties: { firstUrl: { type: "string" } page: { type: "string" } projectId: { type: "string" } "sort[createdAt]": { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }