TelefonAIv1
Tasks

List tasks, newest first

List tasks, newest first. By default only the OPEN ones — that is the front desk's question. Urgent ones are not moved to the top; urgent is on every row, so you can sort yourself. The message has personal ID numbers masked before it is stored.

GET/v1/tasks

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

open (default), resolved or all.

contact_idstringquery

Only tasks about this contact.

call_idstringquery

Only tasks from this call.

Request

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

Response

application/json

Success.

object

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