Skip to main content
GET
/
data-lists
Listar data lists
curl --request GET \
  --url http://api.gu1.ai/data-lists \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

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

Visão geral

Retorna as data lists visíveis ao tenant, com paginação e filtros opcionais.

Endpoint

GET https://api.gu1.ai/data-lists

Autenticação

Authorization: Bearer YOUR_API_KEY

Parâmetros de consulta

tab
string
all (default), global, custom, or archived — presets for isGlobal / status.
status
string
active, inactive, draft, archived — can override tab defaults where allowed.
isGlobal
boolean
Filter global vs tenant lists.
Free-text search on list metadata (implementation-specific).
type
string
Filter by list type (same enum as create).
source
string
Filter by source enum.
limit
number
Page size (default 15, max 1000).
offset
number
Offset for pagination (default 0).
orderBy
string
name, createdAt, or updatedAt.
orderDirection
string
asc or desc (default desc).

Resposta

JSON with data (array of lists), pagination (total, limit, offset, page, totalPages), and summary counts for tabs.