Node.js
Knowledge Base APIs
Get All Knowledge Base Items
This endpoint retrieves a paginated list of all knowledge base items (FAQs and Documents)
Node.js
Documentation Index
Fetch the complete documentation index at: https://docs.periskope.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
- The offset value for paginating the results
- Default 0
Example:
"0"
- The maximum number of items to retrieve
- Default 100
Example:
"10"
- Optional filter by type: 'faq' or 'document'
- If not provided, returns all types
Example:
"faq"