Get Discovered Applications for Tenant
GET/discovered-applications
Get a list of applications that have been identified within the environment. This includes details such as application names, discovery dates, potential correlated saas_vendors and related suggested connectors.
Request
Query Parameters
Possible values: <= 250
Default value: 250
Max number of results to return. See V3 API Standard Collection Parameters for more information.
Default value: 0
Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.
Possible values: [SLIM
, FULL
]
Determines whether slim, or increased level of detail is provided for each discovered application in the returned list. SLIM is the default behavior.
Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
name: eq, sw, co
description: eq, sw, co
createdAtStart: eq, le, ge
createdAtEnd: eq, le, ge
discoveredAtStart: eq, le, ge
discoveredAtEnd: eq, le, ge
discoverySource: eq, in
Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: name, description, discoveredAt, discoverySource
Responses
- 200
- 400
- 401
- 403
- 429
- 500
List of discovered applications. By default, the API returns a list of SLIM discovered applications.
- application/json
- Schema
- Example (from schema)
- Slim Discovered Application
- Discovered Application
Schema
Array [
- Slim Discovered Application
- Discovered Application
]
oneOf
Discovered applications
Unique identifier for the discovered application.
Name of the discovered application.
Source from which the application was discovered.
The vendor associated with the discovered application.
A brief description of the discovered application.
List of recommended connectors for the application.
The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format.
The timestamp when the application was first discovered, in ISO 8601 format.
The status of an application within the discovery source.
By default this field is set to "ACTIVE" when the application is discovered.
If an application has been deleted from within the discovery source, the status will be set to "INACTIVE".
Discovered applications with their respective associated sources
Unique identifier for the discovered application.
Name of the discovered application.
Source from which the application was discovered.
The vendor associated with the discovered application.
A brief description of the discovered application.
List of recommended connectors for the application.
The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format.
The timestamp when the application was first discovered, in ISO 8601 format.
The status of an application within the discovery source.
By default this field is set to "ACTIVE" when the application is discovered.
If an application has been deleted from within the discovery source, the status will be set to "INACTIVE".
List of associated sources related to this discovered application.
[
{},
{}
]
[
{
"id": "09d88a67-bae8-422c-a09b-f7a72f5ab032",
"name": "Example App",
"discoverySource": "csv",
"discoveredVendor": "Example Vendor",
"description": "An application for managing examples.",
"recommendedConnectors": [
"ConnectorA",
"ConnectorB"
],
"discoveredAt": "2023-07-01T12:00:00Z",
"createdAt": "2024-06-01T12:00:00Z",
"status": "ACTIVE"
},
{
"id": "59310a1e-0d8f-42fa-95aa-b82b263de7f6",
"name": "Sample Tracker",
"discoverySource": "Okta SaaS",
"discoveredVendor": "Sample Vendor",
"description": "A tool for monitoring and managing samples.",
"recommendedConnectors": [
"ConnectorC",
"ConnectorD"
],
"discoveredAt": "2023-08-15T08:00:00Z",
"createdAt": "2024-05-20T08:00:00Z",
"status": "ACTIVE"
},
{
"id": "dfe675cb-f689-475f-99f1-49e348449867",
"name": "Demo Manager",
"discoverySource": "Okta SaaS",
"discoveredVendor": "Demo Provider",
"description": "Software to demonstrate basic functionalities.",
"recommendedConnectors": [
"ConnectorE",
"ConnectorF"
],
"discoveredAt": "2023-09-10T15:00:00Z",
"createdAt": "2024-07-03T15:00:00Z",
"status": "ACTIVE"
}
]
[
{
"id": "6f672248-2dac-4cf5-9531-fca0719cbb4a",
"name": "Example App",
"discoverySource": "csv",
"discoveredVendor": "Example Vendor",
"description": "An application for managing examples.",
"recommendedConnectors": [
"ConnectorA",
"ConnectorB"
],
"discoveredAt": "2023-07-01T12:00:00Z",
"createdAt": "2024-06-01T12:00:00Z",
"status": "ACTIVE",
"associatedSources": [
"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923"
]
},
{
"id": "b3a3a704-6a45-45ee-a501-bbc332388222",
"name": "Sample Tracker",
"discoverySource": "Okta SaaS",
"discoveredVendor": "Sample Vendor",
"description": "A tool for monitoring and managing samples.",
"recommendedConnectors": [
"ConnectorC",
"ConnectorD"
],
"discoveredAt": "2023-08-15T08:00:00Z",
"createdAt": "2024-05-20T08:00:00Z",
"status": "ACTIVE",
"associatedSources": [
"a3b159f2-5f09-43c9-b40e-a6f317aa5b8f",
"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923"
]
},
{
"id": "1d070458-faed-4a6c-8990-918ad70a06ee",
"name": "Demo Manager",
"discoverySource": "Okta SaaS",
"discoveredVendor": "Demo Provider",
"description": "Software to demonstrate basic functionalities.",
"recommendedConnectors": [
"ConnectorE",
"ConnectorF"
],
"discoveredAt": "2023-09-10T15:00:00Z",
"createdAt": "2024-07-03T15:00:00Z",
"status": "ACTIVE",
"associatedSources": [
"4e2d7605-833f-4c34-8d03-5b2c7d2f4f66",
"f9b7e2ce-aced-4117-a95f-4ffad8b33989",
"a3b159f2-5f09-43c9-b40e-a6f317aa5b8f"
]
},
{
"id": "9be7c5a5-9f37-46ba-965a-e5b9453472c6",
"name": "Task Organizer",
"discoverySource": "Manual Entry",
"discoveredVendor": "Organizer Solutions",
"description": "An application designed to help teams manage tasks and projects efficiently.",
"recommendedConnectors": [
"ConnectorG",
"ConnectorH"
],
"discoveredAt": "2023-10-05T14:00:00Z",
"createdAt": "2024-08-01T14:00:00Z",
"status": "ACTIVE",
"associatedSources": []
}
]
Client Error - Returned if the request body is invalid.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Fine-grained error code providing more detail of the error.
Unique tracking id for the error.
messages
object[]
Generic localized reason for error
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
causes
object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
- application/json
- Schema
- Example (from schema)
Schema
A message describing the error
{
"error": "JWT validation failed: JWT is expired"
}
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
- application/json
- Schema
- Example (from schema)
- 403
Schema
Array [
]
Array [
]
Fine-grained error code providing more detail of the error.
Unique tracking id for the error.
messages
object[]
Generic localized reason for error
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
causes
object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 403 response object
{
"detailCode": "403 Forbidden",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server understood the request but refuses to authorize it."
}
]
}
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
- application/json
- Schema
- Example (from schema)
Schema
A message describing the error
{
"message": " Rate Limit Exceeded "
}
Internal Server Error - Returned if there is an unexpected error.
- application/json
- Schema
- Example (from schema)
- 500
Schema
Array [
]
Array [
]
Fine-grained error code providing more detail of the error.
Unique tracking id for the error.
messages
object[]
Generic localized reason for error
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
causes
object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 500 response object
{
"detailCode": "500.0 Internal Fault",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "An internal fault occurred."
}
]
}