Find all discovery tasks

Retrieves discovery tasks based on the supplied query parameters. When no parameters are provided, the endpoint returns the full set of discovery tasks, delivered in paginated form.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

(Optional) The correlationId associated with the original request.

string
enum

(Optional) When provided, only discovery tasks with the specified status will be returned. Valid values are 'success', 'failure', and 'pending'.

Allowed:
string

(Optional) The start date for the report. Start date must be before the end date

string

(Optional) The end date for the report. Must occur after the provided start date

sort
array

(Optional) The property to order the results of the report by. Defaults to '-startDateTime', negative sign is 'desc'

sort
integer

(Optional) Pagination. The offset number to retrieve, which is determined by the limit. For example,if limit is 30 and offset is 0, then the response data will include records 1~30; If offset is 30 and limit is 30 then the response data will include records 30~59.

integer | null
1 to 100

(Optional) Number of transactions to return per page. Must be greater than 0 and less than or equal to 100. Defaults to 30.

Headers
string

(Optional) A unique identifier value that is attached to the response that allow reference to the original request. Differs from x-optum-trace-id as the correlation-id is stored within the datastore for future queryability.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json