List source files
Lists file identities, sizes, and line counts without contents, sorted by type then name with cursor pagination (default 20, maximum 100). Filter by name with nameGlob. Defaults to head; pass target=published or an explicit version, and pin continuation requests to the resolved response version.
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Query Parameters
1Version alias to read: head (default) or published.
head, published Explicit source version. Takes precedence over target.
x <= 9007199254740991Only list files whose name matches this glob. * and ? stop at a / segment boundary; ** crosses them, for example blog/**.
1 - 255Opaque cursor from the previous page. Continue with the returned resolved version to keep the listing pinned.
Maximum files to return. Defaults to 20 and cannot exceed 100.
1 <= x <= 100Response
The file listing for the requested source version.
Opaque cursor for the next page. Pass it as the cursor parameter on the next request. null when this is the last page.
Id of the website.
Source version that was listed. Pass it as version when continuing with nextCursor.