List servers
Returns a list of all servers belonging to the team.
Authorizations
Query Parameters
The server ID to filter by (exact match)
The project ID or Slug to filter by
The region Slug to filter by
The hostname of server to filter by
The exact (case-sensitive) hostname of server to filter by
Filter servers whose hostname starts with the provided value
Filter servers whose hostname ends with the provided value
Filter servers whose hostname contains the provided value
The created at greater than equal date to filter by. created_at is the date the server was added to the project
The created at less than equal date to filter by. created_at is the date the server was added to the project
The created at date range to filter by, as two comma-separated ISO 8601 datetimes (both bounds required), e.g. filter[created_at]=2026-01-01T00:00:00Z,2026-01-31T23:59:59Z. created_at is the date the server was added to the project
The label of server to filter by
The exact (case-sensitive) label of server to filter by
Filter servers whose label starts with the provided value
Filter servers whose label ends with the provided value
Filter servers whose label contains the provided value
The status of server to filter by
The platform/plan name of the server to filter by
The exact platform/plan name of the server to filter by (case-insensitive)
Filter servers whose platform/plan name starts with the provided value
Filter servers whose platform/plan name ends with the provided value
Filter servers whose platform/plan name contains the provided value
Filter by the existence of an associated GPU
Filter servers with RAM size (in GB) equals the provided value.
Filter servers with RAM size (in GB) greater than or equal the provided value.
Filter servers with RAM size (in GB) less than or equal the provided value.
Filter servers with disk size (in GB) equal to the provided value.
Filter servers with disk size (in GB) greater than or equal to the provided value.
Filter servers with disk size (in GB) less than or equal to the provided value.
The tags IDs to filter by, separated by comma, e.g. filter[tags]=tag_1,tag_2will return servers with tag_1 AND tag_2
Filter by whether the server can announce a BGP Elastic IP.
The credentials are provided as extra attributes that are lazy loaded. To request it, just set extra_fields[servers]=credentials in the query string.
Comma-separated sort fields. Prefix a field with - for descending order. Supported: hostname, created_at, location, operating_system.
Number of items to return per page
x >= 1Page number to return (starts at 1)
x >= 1Request aggregate stats in the response meta. Use count to get the total number of records, returned as meta.stats.total.count.