GET
/
v1
/
commands
curl --request GET \
  --url https://api.rendi.dev/v1/commands \
  --header 'X-API-KEY: <api-key>'
[
  {
    "command_id": "123e4567-e89b-12d3-a456-426614174000",
    "created_at": "2024-01-01T00:00:00Z",
    "status": "SUCCESS"
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200
application/json

Successful Response

The response is of type object[].