---
title: "GET /v1/acquisitions/"
method: GET
path: "/v1/acquisitions/"
tags: ["v1"]
---

# GET /v1/acquisitions/

`GET /v1/acquisitions/`

Returns an overview of how many acquisitions are available per schedule
entry.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` AcquisitionsOverview[], required
    - `url` string, uri — The url of the list of acquisitions
    - `acquisitions_available` string — The number of available acquisitions
    - `archive` string — The url to download a SigMF archive of all acquisitions
    - `schedule_entry` string — The related schedule entry for the acquisition

## Changes

- **2019-02-05** `f5baf16fe939` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ntia/apis/scos-sensor-api/changes/v1/acquisitions/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/f5baf16fe939/schema)
