DeploymentsSortField
Available fields for sorting the deployments list.
enum DeploymentsSortField {
UPDATED_AT
CREATED_AT
STATUS
}
Values​
DeploymentsSortField.UPDATED_AT {#updated-at}​
Sort by the timestamp of the most recent change to the deployment record (status transitions, log compaction). This is what surfaces "recently active" work first.
DeploymentsSortField.CREATED_AT {#created-at}​
Sort by creation timestamp (oldest first when ascending, newest first when descending).
DeploymentsSortField.STATUS {#status}​
Sort alphabetically by status name. Deployments with the same status are sub-sorted by newest first.
Member Of​
DeploymentsSort input