---
title: "show a storage config"
method: GET
path: "/1/videos/{channel}/options/recording"
tags: ["Option > Record"]
---

# show a storage config

`GET /1/videos/{channel}/options/recording`

This endpoint allows you to retrieve to get the recording config.

Create a channel from the given request for the order identified byt hte given ID.

NOTE: the current user must already have the video product
added to his account. Otherwise, this will fail.

## Path parameters

- `channel` integer, required

## Query parameters

- `account_id` integer, required — Account identifier

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` A57c9d69RecordingConfig
    - `recording_config_id` integer, required — Unique identifier of the `recording config` that is related to the resource `RecordingConfig`
    - `auto_record` boolean, required
    - `storage_machines` string, required
    - `instant_record` string

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
