---
title: "GET /v1/tasks/completed/{schedule_entry_name}/archive{format}"
method: GET
path: "/v1/tasks/completed/{schedule_entry_name}/archive{format}"
tags: ["v1"]
---

# GET /v1/tasks/completed/{schedule_entry_name}/archive{format}

`GET /v1/tasks/completed/{schedule_entry_name}/archive{format}`

Downloads the acquisition's SigMF archive.

## Query parameters

- `search` string
- `ordering` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` TaskResult[], required
    - `self` string, uri — The url of the result
    - `schedule_entry` string — The url of the parent schedule entry
    - `task_id` integer, required — The id of the task relative to the result
    - `status` string — "success", "failure", or "notification_failed"
    - `detail` string — Arbitrary detail string
    - `started` string, date-time, required — The time the task started
    - `finished` string, date-time, required — The time the task finished
    - `duration` string — Task duration, in %H:%M:%S.%f format
    - `data` Acquisition[], required
      - `recording_id` integer — The id of the recording relative to the task
      - `archive` string, uri — The url to download a SigMF archive of this acquisition
      - `metadata` object, required — The SigMF metadata for the acquisition

## Changes

- **2019-06-06** `a8f41ce2a11d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ntia/apis/scos-sensor-api/changes/v1/tasks/completed/:schedule_entry_name/archive:format/get.md)

---

[API](https://skmtc.dev/ntia/apis/scos-sensor-api.md) · [All operations](https://skmtc.dev/ntia/apis/scos-sensor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntia/scos-sensor-api/revisions/ccdf75254ca1/schema)
