Skip to main content
GET
List the commands of an order

Authorizations

Authorization
string
header
required

API token created in the dashboard under Integrations > API. Tokens start with gci_.

Path Parameters

orderId
string
required

Response

The commands.

command
string
Example:

"lp user Steve parent add vip"

createdAt
string<date-time>
Example:

"2026-09-25T13:05:00.000Z"

error
string

Failure reason reported by the executor.

Example:

"Player not found"

executeAt
string<date-time>
Example:

"2026-09-25T13:05:00.000Z"

id
integer<int64>
Example:

4512

offlineExecute
boolean

true runs without the player online.

Example:

false

order
object
server
object

Omitted when the server was deleted.

status
enum<string>

SCHEDULED waits for its time and, unless offlineExecute, for the player to be online; PROCESSING was handed to an executor; UNCERTAIN means the platform cannot tell whether it ran.

Available options:
SCHEDULED,
PROCESSING,
EXECUTED,
FAILED,
UNCERTAIN
Example:

"SCHEDULED"

trigger
enum<string>

What queued the command.

Available options:
PURCHASE,
EXPIRATION,
DISPUTE
Example:

"PURCHASE"

updatedAt
string<date-time>
Example:

"2026-09-25T13:06:10.000Z"