v7
latestOpenAPI 3.0.12026-08-03158127387.0 KBList servers
Returns a list of all servers belonging to the team.
Query parameters
The project ID or Slug to filter by
The region Slug to filter by
The hostname of server to filter by
The created at greater than equal date to filter by
The created at less than equal date to filter by
The label of server to filter by
The status of server to filter by
The platform/plan name of the server to filter by
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
The credentials are provided as extra attributes that are lazy loaded. To request it, just set extra_fields[servers]=credentials in the query string.
Number of items to return per page
Page number to return (starts at 1)
Request aggregate stats in the response meta. Use count to get the total number of records, returned as meta.stats.total.count.
Response
Success