List package pages
pages
List package pages
Retrieves a list of all static HTML pages (in-package data apps) within
the specified package. Each page entry includes the relative path, the
package name, a canonical resource URL, and the page title (extracted
from the file's <title> tag, falling back to the path). Used by the
Publisher SPA to surface a clickable "Pages" section on the package
detail view, and by anyone who wants to discover in-package data apps
programmatically without scraping the directory. Recursive depth is
capped server-side to keep this cheap on large packages.
GET
List package pages
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the environment Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Name of the package Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_-]+$Response
A list of pages in the package
Canonical URL to the served page. Root-relative and does NOT carry the /api/v0 prefix, because pages are static assets served off the server root rather than API resources.
Name of the package containing this page
Relative path to the HTML file within its package directory
Title extracted from the file's tag, or the path if not present