Skip to main content
GET
/
v1
/
extractions
/
{extraction_id}
/
usage
Get Extraction Usage
curl --request GET \
  --url https://api.retab.com/v1/extractions/{extraction_id}/usage \
  --header 'Api-Key: <api-key>'
{
  "extraction_id": "<string>",
  "total_credits": 123,
  "total_page_count": 123,
  "breakdown_per_source": {}
}

Authorizations

Api-Key
string
header
required

Path Parameters

extraction_id
string
required

Query Parameters

access_token
string | null

Response

Successful Response

Aggregated usage information for an extraction.

extraction_id
string
required
total_credits
number
required
total_page_count
integer
required
breakdown_per_source
Breakdown Per Source · object