searchTasks returns one explicit page of Apollo tasks without hiding provider
pagination.
automations/search-apollo-tasks.automation.ts
page defaults to 1; perPage defaults to 100 and is limited to 1–100.
openFactorNames?: string[] filters task queues and sortBy?: string passes an
Apollo-native task field. Optional account selects the binding. Returns
{ tasks: ApolloTask[]; pagination: ApolloPagination }.