get https://hub.xyte.io/core/v1/organization/devices//commands
Retrieve a list of commands for the organization.
Authorization
This endpoint requires Authorization.
Response
Returns Paginated data of the following format for each item:
Key | Type | Description |
---|---|---|
id | string | Unique identifier of the command. |
status | string | Current command status: "scheduled", "pending", "done", "failed", "aborted", "in_progress" |
name | string | Command name |
friendly_name | string | Customer facing friendly command name |
params | object | Optional command parameters |
message | string | Message returned by the device |
device_id | string | Unique identifier of the device. |
created_at | string | Date and time when the command was created in ISO 8601 format (e.g., "2024-07-17T07:09:26Z"). |
scheduled_at | string | Date and time when the command was scheduled to run in ISO 8601 format (e.g., "2024-07-17T07:10:27Z"). |
issuer_name | string | Name of the user scheduling the command (if available) |