Returns a paginated list of guides for the authenticated user's enterprise. Optional include values can add tags, skills, and the places where each guide appears.
Returns every guide in your account, page by page, with the same properties as Get Guide for each one. This is the endpoint for building an inventory of what exists, rather than for digging into any single guide. If a guide hasn't been published yet, publishedAt will be null.
Example: syncing your full guide catalogue into a data warehouse, or into an intranet search index so employees can find learning content without logging into Learn:Up.
Use Get Guide instead when you already know the guide you want. If you need what's inside each guide, or who it's assigned to, pair this with List Guide Steps and List Guide Assignments — a common pattern is to list guides once to get their IDs, then call the other endpoints per guide.
