Tettra · Example Payload

Search Response

Knowledge ManagementAITeam CollaborationWikiSlack IntegrationQ&A BotInternal Documentation

Search Response is an example object payload from Tettra, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

successquerypages

Example Payload

Raw ↑
{
  "success": true,
  "query": "onboarding process",
  "pages": [
    {
      "id": 12345,
      "title": "Employee Onboarding Process",
      "updated_at": "2026-05-15T10:30:00Z",
      "url": "https://app.tettra.co/teams/my-company/pages/12345-employee-onboarding-process",
      "content": "Welcome to the team! This page outlines the steps for onboarding new employees...",
      "owner": {
        "id": 42,
        "name": "Jane Smith"
      },
      "category": {
        "id": 7,
        "name": "HR & People Ops",
        "url": "https://app.tettra.co/teams/my-company/categories/7-hr-people-ops"
      }
    }
  ]
}