Skip to main content
GET
/
data-lists
/
{id}
/
stats
Get data list statistics
curl --request GET \
  --url http://api.gu1.ai/data-lists/{id}/stats \
  --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.

Overview

Returns operational stats for a list visible to the tenant.

Endpoint

GET https://api.gu1.ai/data-lists/{id}/stats

Authentication

Authorization: Bearer YOUR_API_KEY

Response

data includes listId, name, type, status, stats, summary.itemCount, summary.lastSyncAt, and service performance counters. 403 for marketplace-only lists not exposed via this API.