# AgenticData B2B List Build Job Download

> AgenticData B2B List Build Job Download is a paid API for AI agents from api.agenticdata.host, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Downloads the completed CSV results of a previously submitted B2B contact list-build job by job ID

## Facts

- Endpoint: GET https://api.agenticdata.host/v1/search/list-build/jobs/%7Bjob_id%7D/download
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenticdata-b2b-list-build-job-download-1e24d647
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H2APyaF_qlIp7loRYdWhu

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agenticdata-b2b-list-build-job-download-1e24d647
```

Example prompt: The list-build job I submitted earlier is done — can you download the CSV results for job ID abc-12345 from AgenticData so I can review my contacts?

## When to prefer this

Use this endpoint after a list-build job has been submitted and processing is complete. This is the retrieval step in a two-phase workflow: first submit a list-build job, then use this endpoint to download the results. Prefer this over real-time search endpoints when you need bulk contact lists in CSV format for import into a CRM or outreach tool.

## Known failure modes

- Job ID not found or invalid — returns 404 or error indicating the job does not exist
- Job still in progress — returns status indicating the job is not yet complete and results are not available
- Job expired — results may only be available for a limited time after completion
- Unauthorized — missing or invalid API credentials
- Payment required — x402 payment not submitted or insufficient USDC balance
- Empty result — the search criteria yielded zero matching contacts

## How this service works

MCP + API access to 800M+ B2B contacts. People search, email and phone enrichment, LinkedIn lookups — sub-200ms. Start with 2,000 free matches.

## Output

A CSV file containing the matched B2B contacts from the completed list-build job, including fields such as full name, email address, phone number, LinkedIn URL, job title, company, and other available enrichment attributes for each contact row.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "content_type": "text/csv"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenticdata-b2b-list-build-job-download-1e24d647/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agenticdata.host](https://www.zero.xyz/host/api.agenticdata.host/llms.txt)
