/  Yamcs HTTP API  /  Activities  /  List Scripts

List ScriptsΒΆ

List scripts available for activities of type SCRIPT

URI Template

GET /api/activities/{instance}/scripts
{instance}

Yamcs instance name

Query Parameters

runner

List the scripts of this runner.

This does not need to be provided if there is only one runner, because then that runner is considered the default.

Also if there are multiple runners, the default runner is the built-in local runner (unless disabled through configuration).

Response Type

interface ListScriptsResponse {
  scripts: string[];
}