---
title: "Control asset playback"
method: GET
path: "/api/v2/assets/control/{command}"
tags: ["assets"]
---

# Control asset playback

`GET /api/v2/assets/control/{command}`

Use any of the following commands to control asset playback:
* `next` - Show the next asset
* `previous` - Show the previous asset
* `asset&{asset_id}` - Show the asset with the specified `asset_id`

## Path parameters

- `command` 'asset&{asset_id}' | 'next' | 'previous', required

## Response `200`

- string

---

[API](https://skmtc.net/screenly/apis/anthias-api.md) · [All operations](https://skmtc.net/screenly/apis/anthias-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/screenly/anthias-api/versions/585376a5e9ad/schema)
