> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
> Use this file to discover all available pages before exploring further.

# May 6, 2026

> API updates shipped May 6, 2026

<Update label="May 6, 2026">
  ### New

  * **Per-function credit breakdown on runs** — the Credits tab on every run page now shows a full breakdown of how credits were spent across base scraping and any enrichment functions (phone numbers, emails, images, etc.). Includes a distribution chart, a cost-by-function table with percentage bars, and a cost insight callout when one function dominates spend.
  * **Credits Usage page** — a new dashboard page showing your credit consumption history (7-day, 30-day, and monthly views) and the top 10 squids by credit usage for the selected period.
  * **`GET /v1/runs/{run_hash}/credits`** — new endpoint returning the per-function credit breakdown for a run: `breakdown`, `total_credits`, `total_results`, `rates`, `base_function_label`, and `filter_breakdown`. See the [API reference](/docs/get-run-credits) for the full schema.

  ### Improved

  * **Transparent credit attribution** — credits are now tracked and reported per function. Base scraping and each enrichment function (e.g. `get_phone_numbers`, `extract_emails_from_website`, `fetch_business_images`) are billed and displayed separately, so you can see exactly what drives cost on each run.

  ### Fixed

  * **Filter-skipped results no longer billed** — results discarded by scraper-side filters (closed status, website filter, geo match, category match) were previously counted against the base credit charge. They are now correctly excluded from billing.
</Update>
