---
title: "Get stream differences"
method: POST
path: "/api/v1/project/{projectid}/jobs/{id}/stream-difference"
tags: ["Jobs"]
---

# Get stream differences

`POST /api/v1/project/{projectid}/jobs/{id}/stream-difference`

Get difference between current streams.json and existing streams.json.

## Path parameters

- `projectid` string, required
- `id` integer, required

## Request body

- DtoStreamDifferenceRequest
  - `updated_streams_config` string, required

## Response `200`

OK

## Other responses

- `400` — failed to validate request
- `401` — unauthorized
- `404` — job not found
- `413` — payload too large
- `500` — failed to get stream difference

---

[API](https://skmtc.net/datazip-inc/apis/olake-ui-api.md) · [All operations](https://skmtc.net/datazip-inc/apis/olake-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datazip-inc/olake-ui-api/revisions/f1bcf21b1556/schema)
