---
title: "Get Job Metrics"
method: GET
path: "/v1/jobs/{job_id}/metrics"
tags: ["jobs"]
---

# Get Job Metrics

`GET /v1/jobs/{job_id}/metrics`

## Path parameters

- `job_id` string, uuid, required

## Response `200`

Successful Response

- JobMetricsResponse
  - `job_id` union, required
    - string, uuid
    - string
  - `metrics` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outerproduct/apis/outerproduct-api.md) · [All operations](https://skmtc.net/outerproduct/apis/outerproduct-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outerproduct/outerproduct-api/revisions/6c6e81fb3282/schema)
