get_applications_by_state
Fetches applications by lifecycle state (active, rejected, or completed). For active apps, you can optionally filter by status like running or accepted to get specific insights.
Instructions
Retrieves applications filtered by their current lifecycle state (active, rejected, or completed). Active is a virtual state representing New, Accepted, Running, Completing, or Failing apps. When state is 'active', you can optionally set status to new, accepted, running, completing, or failing (case-insensitive) to narrow results. Defaults to running if not specified. IMPORTANT: resource values are raw integers (bytes for memory, millicores for CPU). Convert these to human-readable formats (e.g., GiB or Cores) before presenting to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| status | No | ||
| partitionName | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |