/  Yamcs HTTP API  /  Commands  /  Export Commands

Export CommandsΒΆ

Export commands in CSV format

Warning

This method uses server-streaming. Yamcs sends an unspecified amount of data using chunked transfer encoding.

URI Template

GET /api/archive/{instance}:exportCommands
{instance}

Yamcs instance name

Query Parameters

start

Filter the lower bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is inclusive.

stop

Filter the upper bound of the command's generation time. Specify a date string in ISO 8601 format. This bound is exclusive.

name

Command names to include. Leave unset, to include all.

delimiter

Column delimiter. One of TAB, COMMA or SEMICOLON. Default: TAB.