List egg repositories
calagopus_list_egg_repositoriesList git repositories that eggs are synced from, showing last sync time. Optionally pass a repository UUID to view eggs within that repository.
Instructions
List the git repositories eggs are synced from, and when each last synced. Pass repository to list the eggs available in one of them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| 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). | |
| repository | No | Repository UUID — list the eggs it offers instead of the repositories. |