---
title: "Stream Execution Status"
method: GET
path: "/executions/{execution_id}/status.stream"
tags: ["executions"]
---

# Stream Execution Status

`GET /executions/{execution_id}/status.stream`

SSE endpoint that streams the status of a given execution_id by polling the
latest_executions view.

## Path parameters

- `execution_id` string, uuid, required

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2025-05-26** `e66d0877850b` — 1 info
  - endpoint added
- **2025-05-26** `bf1549a7ebd8` — 1 breaking
  - api path removed without deprecation
- **2025-05-24** `e66d0877850b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/julep-ai/apis/julep-agents-api/changes/executions/:execution_id/status.stream/get.md)

---

[API](https://skmtc.dev/julep-ai/apis/julep-agents-api.md) · [All operations](https://skmtc.dev/julep-ai/apis/julep-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/julep-ai/julep-agents-api/revisions/21c8182519ef/schema)
