v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBGet a List of Applications
Retrieve a paginated list of applications configured in your SysAid account. You can use different criteria to filter the list.
Query parameters
The offset for pagination. Calculated as (page - 1) * limit (page starts at 1).
The number of items to display per page. The default is 10, and you can have up to 100.
Sort as field:direction pairs (e.g. ["name:asc", "dateCreated:desc"]).
Filter results by one or more discovery methods.
Filter results by one or more categories.
[ "developer-tools" ]
Filter results by one or more states.
Applications by date from which they were created.
Applications by date to which they were created.
Query to search entities.
The minimum estimated savings to include in the results (inclusive).
The maximum estimated savings to include in the results (inclusive).
The minimum utilization rate to include in the results (inclusive).
The maximum utilization rate to include in the results (inclusive).
Filter results by one or more currencies.
[ "USD" ]
Filter results by missing utilization rate. When set to "true", only applications without a utilization rate value are returned. When "false" or omitted, no filtering is applied.
Response
Returns a paginated list of applications.
Example response
{
"limit": 20,
"total": 50,
"data": [
{
"category": "developer-tools",
"currency": "USD",
"dateCreated": "2025-06-15T10:30:00Z",
"dateUpdated": "2025-08-20T14:30:00Z"
}
]
}