---
title: "Go to a specific file in the playlist."
method: POST
path: "/api/flows/{flow_id}/blocks/{block_id}/player/goto"
tags: ["media_player"]
---

# Go to a specific file in the playlist.

`POST /api/flows/{flow_id}/blocks/{block_id}/player/goto`

## Path parameters

- `flow_id` string, required
- `block_id` string, required

## Request body

- GotoRequest — Request to go to a specific file.
  - `index` integer, required — File index (0-based)

## Response `200`

Goto performed

## Other responses

- `400` — Goto failed
- `404` — Player not found

---

[API](https://skmtc.dev/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.dev/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eyevinn/strom-api/revisions/0df7ca64263f/schema)
