Get Run Credits
Run
Get Run Credits
Retrieve the per-function credit breakdown for a completed run
GET
Get Run Credits
Returns a detailed credit breakdown for a single run, showing how credits were spent across base scraping and any enrichment functions (e.g. phone numbers, email extraction, images). Use this to understand the cost composition of a run and identify which functions drive the most spend.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYPath Parameters
string
required
The unique identifier (hash) of the run. Example:
0393be3ea6f74986906153df1c3f9894Response Fields
string
The hash ID of the run. Example:
"0393be3ea6f74986906153df1c3f9894"float
Total credits consumed by the run. Example:
116integer
Total number of results collected in the run. Example:
20array
List of per-function credit entries, sorted by credits descending.
object
Credit rates for the run’s squid.
object
Display color palette for each function, used by the dashboard UI.
string | null
Human-readable display name for the base scraping step, derived from the squid’s configuration. Example:
"Export Listings (No Phone)". null if the squid has no labelled main function.array
Per-filter credit detail when the squid charges for active filters (e.g. geo match, category match). Empty array if no filter costs apply.
Credits are only charged for results that were successfully collected. Results discarded by filters (e.g. closed businesses, website filter, geo/category mismatch) are not billed.
Code Examples
Response
200
404