Skip to main content
GET
List knowledge bases

Authorizations

Authorization
string
header
required

Your Wixzel Voice API key: Authorization: Bearer wv_live_.... Keys are scoped; grant only what the integration needs.

Query Parameters

limit
integer
default:20

How many records to return.

Required range: 1 <= x <= 100
starting_after
string

Return records after this cursor.

Required string length: 1 - 512
ending_before
string

Return records before this cursor.

Required string length: 1 - 512

Response

A page of knowledge bases

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required

True when more records exist after this page.

next_cursor
string | null
required

Pass as starting_after to fetch the next page.