get
https://uapi.demandbase.com/data/b2b/v1/job/
Check the status of a bulk job using its unique job ID. This endpoint supports all bulk job types, including Company Fetch, Contact Fetch, and Match. Once the job completes successfully, the response will contain a signed resultsUrl for downloading the results.
Important notes:
- The
resultsUrlis included only when the job status isfinished - The URL remains valid for 24 hours
- If the job fails, an
errorMessagefield will be present in the response explaining the reason
CSV Results Format:
- The
resultsUrlpoints to a CSV file containing the requested data - CSV column headers correspond exactly to the field names specified in your job request
- For detailed information about available fields and their descriptions, refer to the field documentation in the Create a Bulk Data Retrieval Job endpoint
- Array fields (like
titles,jobFunctions) are represented as pipe-separated values (e.g., "VP|Director|Manager")