External API

List knowledge files

List customer-visible files under user_generated/ and skills/. Use prefix to narrow the listing.

get/v1/knowledge/files

Query parameters

prefixstring nullable

List files at or under this path. Must be user_generated, skills, or a child of those roots. Omit to list both roots.

List files at or under this path. Must be user_generated, skills, or a child of those roots. Omit to list both roots.

pageinteger nullable

1-indexed page number.

1-indexed page number.

limitinteger nullable

Page size (max 100).

Page size (max 100).

Response

Successful Response

countinteger required

Number of files in the current page.

totalinteger required

Total matching files across all pages.

previnteger nullable

Previous page number, if any.

nextinteger nullable

Next page number, if any.

Changes