Skip to main content
GET
/
v1
/
products
/
classification_progress
Get Product Classification Progress
curl --request GET \
  --url https://api.trykintsugi.com/v1/products/classification_progress \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>'
{
  "total": 123,
  "classified": 123,
  "pending": 123,
  "failed": 123
}

Documentation Index

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

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

Authorizations

X-API-KEY
string
header
required

Headers

x-organization-id
string | null
required

The unique identifier for the organization making the request

Response

Successful Response

Response model for product classification progress counts.

total
integer
required

Total number of products

classified
integer
required

Number of products with APPROVED status

pending
integer
required

Number of products with PENDING or PARTIALLY_APPROVED status

failed
integer
required

Number of products where classification failed