---
title: "Show asynchronous query details"
method: GET
path: "/measurement/async_queries/{id}"
tags: ["Asynchronous queries"]
---

# Show asynchronous query details

`GET /measurement/async_queries/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `asyncQuery` AsyncQuery
    - `id` string, uuid, required
    - `campaignId` string, required
    - `status` 'PENDING' | 'RUNNING' | 'COMPLETE' | 'FAILED', required
    - `callbackUrl` string, uri
    - `results` string, uri
    - `attributionWindow` 1 | 3 | 7 | 14 | 30 | 60 | 90 — How many days after an exposure a related conversion/response event may be attributed to it.
    - `startDate` string, date, required
    - `endDate` string, date, required
    - `cellTowerMatching` boolean — Whether to include IP-direct matches within a pre-defined window (usually 2 hours) for impressions and conversion/response events that cannot be matched to a household via the device graph.
    - `timeScale` 'daily' | 'weekly' | 'all' — Specifies the level at which the returned pivot data will be aggregated.
    - `geo` 'dma' | 'zip_code' — DEPRECATED; this should now be included in the `query` configuration field. Used to signify data should be pivoted by geo. When this attribute is present, the pivot data will also utilize the `timeScale` specified.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/magellan/apis/magellan-ai-api.md) · [All operations](https://skmtc.net/magellan/apis/magellan-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magellan/magellan-ai-api/revisions/a5681791212b/schema)
