Skip to content

Get enrichment usage metrics

Request

Return aggregate metrics about enrichment activity for the team — currently the count of enrichment jobs queued/processed in the current calendar month.

Security
bearerAuth
Bodyapplication/json
object
POST
/leads/api/enrichment-queue/metrics
curl -i -X POST \
  https://leadgen.grinfi.io/leads/api/enrichment-queue/metrics \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

Enrichment metrics.

Bodyapplication/json
this_month_countinteger
Example:0
Response
{ "this_month_count": 0 }