---
title: "Create a new stream recording"
method: POST
path: "/recordings/stream"
tags: ["recordings"]
---

# Create a new stream recording

`POST /recordings/stream`

## Request body

- object
  - `id` string — Recording ID
  - `task` string, required — ID of task
  - `stop` string, dateTime, required

## Response `201`

Recording Started

- Recording
  - `link` Link — URI of resource.
    - `rel` string, required
    - `href` string, url, required
  - `id` string
  - `type` string
  - `size` integer
  - `date` string, dateTime
  - `error` string
  - `status` string
  - `progress` number

## Other responses

- `default` — A processing or an unexpected error.

---

[API](https://skmtc.net/influxdata/apis/kapacitor.md) · [All operations](https://skmtc.net/influxdata/apis/kapacitor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influxdata/kapacitor/versions/796853de0228/schema)
