List a user's servers
calagopus_get_user_serversRetrieve servers owned by a specific user to quickly see what that customer has, without loading the entire server list.
Instructions
List the servers owned by one user. Answers 'what does this customer actually have' without paging the whole server list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| user | Yes | User UUID. | |
| detail | No | summary returns the useful fields only; full returns the panel's complete record, which can be very large (a single server is ~15 KB, an egg ~13 KB). | summary |
| search | No | Free-text filter applied by the panel across the record's searchable columns. | |
| per_page | No | Records per page (max 100). |