TelefonAIv1
Knowledge

List entries with their question, answer and status

List entries with their question, answer and status. Drafts are included — filter if you only want what is live.

GET/v1/knowledge

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

limitintegerquery

Rows per page. 1–100, default 25.

offsetintegerquery

Rows to skip. Default 0.

statusstringquery

active · draft · archived

Request

curl --request GET \
  --url "https://api.telefonai.dk/v1/knowledge" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Success.

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}