list_applications
Retrieve all applications in SD Elements with options to paginate, include additional fields, or expand specific details for comprehensive access.
Instructions
List all applications in SD Elements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Fields to expand (comma-separated) | |
| include | No | Additional fields to include (comma-separated) | |
| page_size | No | Number of results per page (optional) |
Input Schema (JSON Schema)
{
"properties": {
"expand": {
"description": "Fields to expand (comma-separated)",
"type": "string"
},
"include": {
"description": "Additional fields to include (comma-separated)",
"type": "string"
},
"page_size": {
"description": "Number of results per page (optional)",
"type": "integer"
}
},
"type": "object"
}