Skip to main content

List Applications

Enumerates apps added to your organization with pagination. A subset of apps can be returned that match a supported filter expression or query.

External Documentation

To learn more, visit the Okta documentation.

Parameters

ParameterDescription
ExpandTraverses users link relationship and optionally embeds Application User resource.
FilterFilters apps by status, user.id, group.id or credentials.signing.kid expression.
LimitSpecifies the number of results for a page (maximum 200).
QuerySearches the name or label property of applications using startsWith that matches what the string starts with to the query.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

[
{
"_embedded": {},
"_links": {},
"accessibility": {
"errorRedirectUrl": "string",
"loginRedirectUrl": "string",
"selfService": false
},
"created": "date-time",
"credentials": {
"signing": {
"kid": "string",
"lastRotated": "date-time",
"nextRotation": "date-time",
"rotationMode": "string",
"use": "string"
},
"userNameTemplate": {
"pushStatus": "string",
"suffix": "string",
"template": "string",
"type": "string"
}
},
"features": [
"string"
],
"id": "string",
"label": "string",
"lastUpdated": "date-time",
"licensing": {
"seatCount": 0
},
"name": "string",
"profile": {},
"settings": {
"app": {},
"implicitAssignment": false,
"inlineHookId": "string",
"notes": {
"admin": "string",
"enduser": "string"
},
"notifications": {
"vpn": {
"helpUrl": "string",
"message": "string",
"network": {
"connection": "string",
"exclude": [
"string"
],
"include": [
"string"
]
}
}
}
},
"signOnMode": "string",
"status": "string",
"visibility": {
"appLinks": {},
"autoLaunch": false,
"autoSubmitToolbar": false,
"hide": {
"iOS": false,
"web": false
}
}
}
]

Workflow Library Example

List Applications with Okta and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop