Skip to main content
GET
List Applications

Introduction

Please note archived applications are NOT returned.

Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

expand[]
string[]

Fields to expand into full objects. Example: ?expand[]=assignee_admin&expand[]=tags

Free-text search across the Application name.

status_in[]
enum<string>[]

Filter by Application's status.

Available options:
approved,
discovered,
restricted
created_after
string<date-time>

Filter Application created after a DateTime (ISO 8601).

created_before
string<date-time>

Filter Application created before a DateTime (ISO 8601).

updated_after
string<date-time>

Filter Application updated after a DateTime (ISO 8601).

updated_before
string<date-time>

Filter Application updated before a DateTime (ISO 8601).

provider
enum<string>

Filter Applications that have an instance matching this provider.

Available options:
corma,
google_admin,
jumpcloud_actions,
ms_entra,
okta_actions
include_archived
boolean
default:false

Whether the response should include archived Applications.

page
integer

The current page

per_page
integer

Number of results retrieved per page.

Response

Successful

meta
object
results
object[]