---
title: "Download Job Output"
method: GET
path: "/connect/stream/{jobId}"
tags: ["Jobs"]
---

# Download Job Output

`GET /connect/stream/{jobId}`

Returns the full job output stream for the given job ID. An example of a job stream is a packet capture (PCAP) file.

## Path parameters

- `jobId` integer, required

## Query parameters

- `ext` string
- `unwrap` boolean

## Response `200`

The job output stream has been successfully retrieved

## Other responses

- `400` — The provided input object or parameters are malformed or invalid
- `401` — Request was not properly authenticated
- `403` — Insufficient permissions for this request
- `404` — Job not found
- `500` — Internal SOC error; review SOC logs

---

[API](https://skmtc.net/security-onion-solutions/apis/security-onion-connect-api.md) · [All operations](https://skmtc.net/security-onion-solutions/apis/security-onion-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/security-onion-solutions/security-onion-connect-api/versions/0576ce393f8d/schema)
