Deployments
List deployments
Show all recent deployments for the site.
Processing mode: <small><code>sync</code></small>
get/orgs/{organization}/servers/{server}/sites/{site}/deployments
Path parameters
organizationstring required
The organization slug
serverinteger required
The server ID
siteinteger required
The site ID
Query parameters
sortstring
Available sorts are created_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: -created_at.
page[size]integer
The number of results that will be returned per page.
page[cursor]string
The cursor to start the pagination from.
filter[commit_hash]string
Example:011118f
The commit hash of the deployment.
filter[commit_message]string
Example:WIP
The commit message of the deployment.
filter[commit_author]string
Example:Taylor Otwell
The commit author of the deployment.
Response
Paginated set of DeploymentResource