v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19273210655.1 KB
Servers

List servers

Show all servers for the organization.

Processing mode: <small><code>sync</code></small>

get/orgs/{organization}/servers

Path parameters

organizationstring required

The organization slug

Query parameters

sortstring

Available sorts are name, provider, ubuntu_version, region, php_version, 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: -name.

page[size]integer

The number of results that will be returned per page.

page[cursor]string

The cursor to start the pagination from.

filter[ip_address]string
Example:192.168.1.1

The IP address of the server.

filter[name]string
Example:production-web-01

The name of the server.

filter[region]string
Example:nyc3

The region where the server is located.

filter[size]string
Example:s-2vcpu-2gb

The size of the server.

filter[provider]string
Example:ocean2

The provider of the server.

filter[ubuntu_version]string

The Ubuntu version of the server.

filter[php_version]string
Example:php83

The PHP version of the server.

filter[database_type]string
Example:mysql

The database type of the server.

Response

Paginated set of ServerResource