Skip to main content
GET
List Command Versions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

command_id
string<uuid>
required

Command ID

Query Parameters

organization_id
string
required

Response

Successful Response

id
string<uuid>
required
command_id
string<uuid>
required
version
integer
required
name
string
required
content
string
required
change_type
enum<string>
required

Type of change captured in command history.

Available options:
created,
updated,
generated,
restored
created_at
string<date-time>
required
description
string | null
changed_by_user_id
string<uuid> | null