Commands
List commands
List all command runs for the site.
Processing mode: <small><code>sync</code></small>
get/orgs/{organization}/servers/{server}/sites/{site}/commands
Path parameters
organizationstring required
The organization slug
serverinteger required
The server ID
siteinteger required
The site ID
Query parameters
sortstring
Available sorts are status, created_at, updated_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -status.
page[size]integer
The number of results that will be returned per page.
page[cursor]string
The cursor to start the pagination from.
filter[user_id]string
The user ID of the command initiator.
filter[status]string
Example:finished
The status of the command.
filter[command]string
Example:git status
The command it ran.
Response
Paginated set of CommandResource