Skip to main content
GET
List the exact products or result rows behind a metric

Poznámky k použití

Tento endpoint použijte pro přechod z agregované metriky na konkrétní produkty Katalogu nebo řádky výsledků Lasso, ze kterých se počítá. Zachovejte stejný rozsah dat, scope a filtry jako u přehledu nebo žebříčku. Odpověď používá kurzorové stránkování. next_cursor předejte beze změny do dalšího požadavku. Kurzory sami neinterpretujte ani nevytvářejte.

Autorizace

Authorization
string
header
povinné

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parametry dotazu

from
string<date>
povinné

Inclusive reporting-period start.

to
string<date>
povinné

Inclusive reporting-period end. The range may contain at most 1,830 days.

scope
enum<string>
povinné
Dostupné možnosti:
catalog,
extraction
catalog_status
enum<string>
výchozí:all

Current Catalog status to include. all means active and draft products.

Dostupné možnosti:
all,
active,
draft,
archived
user_id
string

Current or former user UUID, or system for unattributed automation.

schema_id
string<uuid>

Filters both Catalog products and Lasso extraction tables by schema.

table_id
string<uuid>

Filters Lasso analytics to one extraction table.

source
enum<string>

Catalog-only source filter. Requires scope=catalog.

Dostupné možnosti:
manual,
product_extraction,
shopify
cursor
string

Opaque next_cursor returned by the previous page.

limit
integer
výchozí:25
Požadovaný rozsah: 1 <= x <= 100

Odpověď

Keyset-paginated Catalog products or Lasso result rows.

scope
enum<string>
povinné
Dostupné možnosti:
catalog,
extraction
items
object[]
povinné
next_cursor
string | null
povinné

Opaque cursor for the next page, or null when no more rows remain.