/  Yamcs HTTP API  /  Timeline  /  List Tags

List TagsΒΆ

List all tags available for the 'rdb' source.

Note that currently the 'rdb' source does not discard unused tags (e.g. if all item using one tag have been deleted, the tag will still be returned by this call)

URI Template

GET /api/timeline/{instance}/tags
{instance}

Yamcs instance name

Query Parameters

source

Response Type

interface ListTimelineTagsResponse {
  tags: string[];
}