List applications
List the applications available to the caller, with optional filtering and pagination.
Authorizations
Enter your JWT token
Query Parameters
Optional free-text search applied across application fields.
Optional exact-name filter.
Optional filter on the application's connection requirement.
Optional list of categories to filter by.
When true, returns only applications the caller can currently use. Defaults to false.
Zero-based index of the first item to return. Defaults to 0.
Maximum number of items to return. Defaults to 100.
Response
A paginated list of applications.
Offset-based paginated wrapper for a list of items.
The items in the current page.
Total number of items available across all pages.
Number of items skipped before this page (the requested offset).
Maximum number of items requested for this page.