I would like to have a list pages action that can run with Workflows.
GraphQL:
query Pages {
pages(where: { siteId: "REDACTED" }) {
name
path
}
}