# Tako Knowledge Search Status Poller

> Tako Knowledge Search Status Poller is a free API for AI agents from Tako at tako.com, Free, status down (last checked 2026-09-14).

Polls the status of an in-progress asynchronous knowledge search job on Tako

## Facts

- Endpoint: GET https://tako.com/api/mpp/v1/threads/status
- Price: Free
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Tako
- Docs: https://tako.com
- Website: https://tako.com
- Tags: data, visualization, charts, research, search, reports, datasets, analytics, ai
- Canonical page: https://www.zero.xyz/c/tako-status-7c2e6861
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Z7yFf5X9AzfszDmeOro8

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 tako-status-7c2e6861
```

Example prompt: Check whether my Tako knowledge search thread is done yet — the thread ID is 'thread_abc123xyz', I kicked it off a minute ago and want to know if the results are ready.

## When to prefer this

Use this endpoint after initiating a Tako async knowledge search (e.g. via the Deep knowledge search endpoint) to check whether the job has completed before attempting to retrieve results. This is the correct polling mechanism for long-running knowledge search jobs, distinct from the report generation status or deep data search status endpoints.

## Known failure modes

- Invalid or expired thread ID returns 404 not found
- Unauthenticated request returns 401 unauthorized
- Thread belongs to a different user returns 403 forbidden
- Malformed request returns 400 bad request
- Service unavailable returns 503

## How this service works

Poll status for async knowledge search

## Output

Returns the current status of the async knowledge search job, including whether it is pending, in-progress, or completed, and potentially a reference to the results when finished.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tako-status-7c2e6861/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tako.com](https://www.zero.xyz/host/tako.com/llms.txt)
