---
title: "Get Agent Status"
method: GET
path: "/agents/{job_id}/status"
tags: ["Agents"]
---

# Get Agent Status

`GET /agents/{job_id}/status`

Get lightweight status for an agent (DB + live Flink state only).

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- FlinkJobStatusResponse — Lightweight status response (no checkpoints/errors).
  - `id` string, required
  - `status` 'CREATED' | 'DEPLOYING' | 'RUNNING' | 'CANCELLING' | 'CANCELLED' | 'FAILED' | 'FINISHED', required
  - `live_status` string, nullable
  - `flink_job_id` string, nullable

## Other responses

- `422` — Validation Error

---

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