---
title: "Get the status of current magnets, or only one if you specify a magnet ID."
method: GET
path: "/magnet/status"
---

# Get the status of current magnets, or only one if you specify a magnet ID.

`GET /magnet/status`

Get the status of current magnets, or only one if you specify a magnet ID.<br /> !TODO: Add live magnet status.<br />

## Query parameters

- `apikey` string
- `agent` string, required
- `id` string
- `status` string
- `session` string
- `counter` string

## Response `200`

This endpoint retrieves a complete list of all available hosts for this user

- object
  - `status` string
  - `data` object
    - `magnets` object[]
      - `id` integer
      - `filename` string
      - `size` integer
      - `status` string
      - `statusCode` integer
      - `downloaded` integer
      - `uploaded` integer
      - `seeders` integer
      - `downloadSpeed` integer
      - `uploadSpeed` integer
      - `uploadDate` integer
      - `completionDate` integer
      - `links` object[]
        - `link` string
        - `filename` string
        - `size` integer
  - `error` object
    - `code` string
    - `message` string

---

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