---
title: "List RemoteJob"
method: GET
path: "/remotejobs"
tags: ["remotejobs"]
---

# List RemoteJob

`GET /remotejobs`

## Response `200`

OK

- object
  - `data` object[]
    - `created_at` string, date-time, required — Timestamp when the RemoteJob was created
    - `finished_at` string, date-time — Timestamp when the RemoteJob was finished
    - `id` string, required — Unique identifier for the RemoteJob
    - `input_path` string, required — Path to the input notebook for the RemoteJob
    - `output_path` string, required — Path to the output notebook for the RemoteJob
    - `started_at` string, date-time — Timestamp when the RemoteJob was started
    - `status` 'waiting' | 'initializing' | 'running' | 'completed' | 'failed' | 'oomkilled' | 'terminating' | 'canceled', required — Current status of the RemoteJob
    - `volumesnapshot_id` string, nullable — ID of the volume snapshot used for the RemoteJob
    - `with_gpu` boolean — Indicates if the RemoteJob requires GPU resources

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
