---
title: "Fetch the list of tasks on an EdgeJob"
method: GET
path: "/edge_jobs/{id}/tasks"
tags: ["edge_jobs"]
---

# Fetch the list of tasks on an EdgeJob

`GET /edge_jobs/{id}/tasks`

**Access policy**: administrator

## Path parameters

- `id` integer, required

## Response `200`

OK

- EdgejobsTaskContainer[]
  - `EndpointId` integer
  - `EndpointName` string
  - `Id` string
  - `LogsStatus` 0 | 1 | 2 | 3

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error
- `503` — Edge compute features are disabled

---

[API](https://skmtc.net/portainer/apis/portainerce-api.md) · [All operations](https://skmtc.net/portainer/apis/portainerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portainer/portainerce-api/versions/c0b0975cd11b/schema)
