mono-logo

Job Tracker

Jan 31st, 2025

get api.withmono.com/v2/accounts/jobs/{id}
v1.0

This resource provides the current/final status of a job running, triggered from a Data Enrichment API.

Kindly Note

As the job progresses, the status is updated, and you can check its current state using the job ID through this tracking endpoint

Path Params
Headers

Request

1234
curl --request GET \
  --url https://api.withmono.com/v2/accounts/jobs/{id} \
  --header 'mono-sec-key: string' \
  --header 'accept: application/json'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?