# AgenticData — List Build Job Status

> AgenticData — List Build Job Status 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).

Retrieve the status and results of an asynchronous B2B contact list-building job by job ID

## Facts

- Endpoint: GET https://api.agenticdata.host/v1/search/list-build/jobs/%7Bjob_id%7D
- 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-list-build-job-status-25f8b7bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dy0RDHf-2s8BIEHWvIEaV

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-list-build-job-status-25f8b7bc
```

Example prompt: Check the status of my AgenticData list build job with ID abc123 and give me the results if it's completed.

## When to prefer this

Use this endpoint after initiating an async list-build or people search job via AgenticData to poll for completion and retrieve results. This is the correct retrieval step in a two-phase async workflow — not for initiating new searches. Prefer this when you have a job_id from a prior list-build submission and need to check whether the 800M+ contact database query has finished.

## Known failure modes

- Invalid or expired job_id returns 404 not found
- Job still processing returns status 'pending' with no result data yet
- Payment not fulfilled returns 402 payment required
- Malformed job_id format returns 400 bad request
- Job failed due to upstream data error returns status 'failed'

## 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

Returns a JSON object containing the job_id, current status (e.g. 'completed', 'pending', 'processing', 'failed'), and when completed, the full list of matched B2B contacts including emails, phone numbers, LinkedIn profiles, and other enriched contact data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "abc",
  "status": "completed"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenticdata-list-build-job-status-25f8b7bc/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)
