Skip to main content
GET
/
api
/
v1
/
public
/
quests
Listar quests
curl --request GET \
  --url https://api.indiqai.com/api/v1/public/quests \
  --header 'X-API-Key: <x-api-key>'
[
  {
    "quest_id": "<string>",
    "title": "<string>",
    "type": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z",
    "responses_total": 0,
    "status": "active"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.indiqai.com/llms.txt

Use this file to discover all available pages before exploring further.

Listar Quests

Lista quests da empresa com filtros opcionais por tipo e status.

Headers

X-API-Key
string
required

Chave de API

Query Parameters

type
string | null

Tipo: nps, csat, engagement, survey, etc.

status
string | null

Status: "active" ou "closed"

Response

Successful Response

quest_id
string
required
title
string
required
type
string
required
created_at
string<date-time> | null
expires_at
string<date-time> | null
responses_total
integer
default:0
status
string
default:active