Returns all TaskResult resources.

GET {{baseUrl}}/TaskResults?filter=<string>&lookupByName=false&sortBy=<string>&sortOrder=ascending&startIndex=1&count=1000&attributes=<string>&excludedAttributes=<string>

This endpoint returns all TaskResult resources.

Attributes to include in the response can be specified with the 'attributes' query parameter.

Attributes to exclude from the response can be specified with the 'excludedAttributes' query parameter.

The schema related to TaskResult is: - urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult

Request Params

KeyDatatypeRequiredDescription
filterstringAllows for query filters according to RFC-7644, Section 3.4.2.2 - not all operations are supported.
lookupByNameboolean(OPTIONAL) Set to true if the TaskResult name is passed instead of the TaskResult id.
sortBystringAllows sorting the results by a resource's attributes.
sortOrderstringDetermines what order to sort results in.
startIndexnumberDetermines the starting index of the result set.
countnumberSpecifies the number of results per page.
attributesstringA comma-separated list of attributes to return in the response. This query parameter supersedes excludedAttributes, so providing the same attribute(s) to both will result in the attribute(s) being returned.
excludedAttributesstringA comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;totalResults&quot;:57469657,&quot;startIndex&quot;:1,&quot;schemas&quot;:[&quot;urn:ietf:params:scim:api:messages:2.0:ListResponse&quot;],&quot;Resources&quot;:[{&quot;id&quot;:&quot;7f00000180281df7818028c03252085c&quot;,&quot;name&quot;:&quot;Aggregate HR Authoritative&quot;,&quot;type&quot;:&quot;AccountAggregation&quot;,&quot;completionStatus&quot;:&quot;Success&quot;,&quot;launcher&quot;:&quot;spadmin&quot;,&quot;host&quot;:&quot;centos-server.local&quot;,&quot;progress&quot;:&quot;Launched 2 partitions.&quot;,&quot;targetClass&quot;:&quot;Permission&quot;,&quot;targetName&quot;:&quot;PAM Credential Container&quot;,&quot;terminated&quot;:true,&quot;partitioned&quot;:true,&quot;launched&quot;:&quot;2022-04-14T10:45:26.114-05:00&quot;,&quot;completed&quot;:&quot;2022-04-14T10:45:26.098-05:00&quot;,&quot;expiration&quot;:&quot;2022-05-03T16:40:34.271-05:00&quot;,&quot;verified&quot;:&quot;2022-05-03T16:40:34.271-05:00&quot;,&quot;percentageComplete&quot;:55,&quot;pendingSignOffs&quot;:2,&quot;taskDefinition&quot;:&quot;Aggregate HR Authoritative&quot;,&quot;taskSchedule&quot;:&quot;Perform maintenance&quot;,&quot;attributes&quot;:[{&quot;key&quot;:&quot;total&quot;,&quot;value&quot;:&quot;3&quot;},{&quot;key&quot;:&quot;total&quot;,&quot;value&quot;:&quot;3&quot;}],&quot;meta&quot;:{&quot;created&quot;:&quot;2022-04-14T10:44:54.834-05:00&quot;,&quot;location&quot;:&quot;http://localhost:8080/identityiq/scim/v2/TaskResults/7f00000180281df7818028c03252085c&quot;,&quot;lastModified&quot;:&quot;2022-04-05T15:52:30.119-05:00&quot;,&quot;version&quot;:&quot;\&quot;W\&quot;1649951094834\&quot;&quot;,&quot;resourceType&quot;:&quot;TaskResult&quot;},&quot;schemas&quot;:[&quot;urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult&quot;]},{&quot;id&quot;:&quot;7f00000180281df7818028c03252085c&quot;,&quot;name&quot;:&quot;Aggregate HR Authoritative&quot;,&quot;type&quot;:&quot;AccountAggregation&quot;,&quot;completionStatus&quot;:&quot;Success&quot;,&quot;launcher&quot;:&quot;spadmin&quot;,&quot;host&quot;:&quot;centos-server.local&quot;,&quot;progress&quot;:&quot;Launched 2 partitions.&quot;,&quot;targetClass&quot;:&quot;Permission&quot;,&quot;targetName&quot;:&quot;PAM Credential Container&quot;,&quot;terminated&quot;:true,&quot;partitioned&quot;:true,&quot;launched&quot;:&quot;2022-04-14T10:45:26.114-05:00&quot;,&quot;completed&quot;:&quot;2022-04-14T10:45:26.098-05:00&quot;,&quot;expiration&quot;:&quot;2022-05-03T16:40:34.271-05:00&quot;,&quot;verified&quot;:&quot;2022-05-03T16:40:34.271-05:00&quot;,&quot;percentageComplete&quot;:55,&quot;pendingSignOffs&quot;:2,&quot;taskDefinition&quot;:&quot;Aggregate HR Authoritative&quot;,&quot;taskSchedule&quot;:&quot;Perform maintenance&quot;,&quot;attributes&quot;:[{&quot;key&quot;:&quot;total&quot;,&quot;value&quot;:&quot;3&quot;},{&quot;key&quot;:&quot;total&quot;,&quot;value&quot;:&quot;3&quot;}],&quot;meta&quot;:{&quot;created&quot;:&quot;2022-04-14T10:44:54.834-05:00&quot;,&quot;location&quot;:&quot;http://localhost:8080/identityiq/scim/v2/TaskResults/7f00000180281df7818028c03252085c&quot;,&quot;lastModified&quot;:&quot;2022-04-05T15:52:30.119-05:00&quot;,&quot;version&quot;:&quot;\&quot;W\&quot;1649951094834\&quot;&quot;,&quot;resourceType&quot;:&quot;TaskResult&quot;},&quot;schemas&quot;:[&quot;urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult&quot;]}]}