---
title: "Get Stream For Job Id"
method: GET
path: "/async-job/{async_job_id}/stream"
---

# Get Stream For Job Id

`GET /async-job/{async_job_id}/stream`

Returns the current stream for the given Job ID.

## Path parameters

- `async_job_id` integer, required

## Response `200`

Successful Response

- AsyncJobStreamRecord[]
  - `id` integer, nullable — ID of this object.
  - `created_at` string, date-time, nullable — datetime object representing when this object was created.
  - `updated_at` string, date-time, nullable — datetime object representing when this object was updated.
  - `deleted_at` string, date-time, nullable — datetime object representing when this object was deleted.
  - `async_jobs_id` integer, required — Async Job ID
  - `message` string, required — stream message
  - `payload` union — stream payload
    - object
    - unknown[]
      - unknown
  - `error` string, nullable — error message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akkio/apis/fastapi.md) · [All operations](https://skmtc.net/akkio/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akkio/fastapi/versions/6662a407c637/schema)
