---
title: "GET /aea/v1/results/jobs/{job_id}"
method: GET
path: "/aea/v1/results/jobs/{job_id}"
tags: ["Aea"]
---

# GET /aea/v1/results/jobs/{job_id}

`GET /aea/v1/results/jobs/{job_id}`

## Path parameters

- `job_id` string, required

## Headers

- `slb-partition-id` string, required

## Response `201`

Success

- AeaJobResponse
  - `calculations` Calculation[], nullable
    - `calculation_id` string, nullable
    - `status` 'New' | 'MissingInputs' | 'FetchingFailure' | 'InProgress' | 'Success' | 'Failed' | 'Timeout' | 'NotFound'
    - `scope_id` string, nullable
    - `agent` AgentIdentityV3
      - `name` string, nullable
      - `version` string, nullable
      - `agent_id` string, nullable
  - `job_id` string, nullable
  - `plan_id` string, nullable
  - `scope_id` string, nullable
  - `plan_version` integer
  - `finished` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/slb/apis/drillplan-aea-v1.md) · [All operations](https://skmtc.net/slb/apis/drillplan-aea-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slb/drillplan-aea-v1/revisions/b634e2b404d4/schema)
