---
title: "Get Artifact Stream"
method: GET
path: "/connect/case/artifactstream/{id}"
tags: ["Cases"]
---

# Get Artifact Stream

`GET /connect/case/artifactstream/{id}`

Returns the artifact stream for the given artifact ID. Artifact streams are typically file artifacts.

## Path parameters

- `id` string, required

## Response `200`

The artifact 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` — Artifact stream not found
- `405` — Case module not configured on server
- `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)
