List the organization's template files

View as Markdown

Returns { files: FileDoc[] } for the organization, newest first. Each entry carries enough for a picker row (id, fileName, size, status, mimeType) but NO download URLs — fetch a single template via getOrgTemplate for its minted urls.file. Optional ?limit caps the page (default 50, max 200). Authorization: org admin (denied → 403).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitintegerOptional1-200Defaults to 50

Page size, 1–200. Defaults to 50. There is no cursor: this is one most-recent page.

Response

Template files for the organization, newest first.
fileslist of objects