coolify_list_applications
Retrieve a paginated list of all applications managed through Coolify infrastructure management platform.
Instructions
List all applications
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number | |
per_page | No | Items per page |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number",
"type": "number"
},
"per_page": {
"description": "Items per page",
"type": "number"
}
},
"type": "object"
}