---
title: "Inspect an EdgeJob"
method: GET
path: "/edge_jobs/{id}"
tags: ["edge_jobs"]
---

# Inspect an EdgeJob

`GET /edge_jobs/{id}`

**Access policy**: administrator

## Path parameters

- `id` integer, required

## Response `200`

OK

- PortainerEdgeJob
  - `Created` integer
  - `CronExpression` string
  - `EdgeGroups` integer[]
  - `Endpoints` object
  - `GroupLogsCollection` object — Field used for log collection of Endpoints belonging to EdgeGroups
  - `Id` integer — EdgeJob Identifier
  - `Name` string
  - `Recurring` boolean
  - `ScriptPath` string
  - `Version` integer

## 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)
