---
title: "List platform background jobs"
method: GET
path: "/api/v1/device/jobs"
tags: ["device"]
---

# List platform background jobs

`GET /api/v1/device/jobs`

Returns platform background jobs known to the agent. Android reports WorkManager identifiers, tags, states, and run attempts. iOS and Mac Catalyst report pending BGTaskScheduler requests.

## Response `200`

Platform job list.

- JobListResponse — unresolved $ref

## Other responses

- `500` — Internal server error.
- `501` — Capability not implemented by the connected backend.

## Changes

- **2026-08-17** `dcf9b09e550f` — 1 info
  - added the non-success response with the status `501`
- **2026-04-27** `9bde894e7b87` — 1 info
  - endpoint added
- **2026-04-27** `a0d9fe851d57` — 1 breaking
  - api path removed without deprecation
- **2026-04-27** `58424f69ec54` — 1 info
  - endpoint added
- **2026-04-14** `182d5c8c4462` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/changes/api/v1/device/jobs/get.md)

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
