Retrieve a pending task list.
GET/task-status/pending-tasks
Retrieve a list of TaskStatus for pending tasks.
Request
Query Parameters
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: <= 250
Default value: 250
Max number of results to return. See V3 API Standard Collection Parameters for more information.
If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information.
Responses
- 200
- 204
- 400
- 403
Responds with a list of TaskStatus for pending tasks.
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
]
System-generated unique ID of the task this TaskStatus represents
Possible values: [QUARTZ
, QPOC
, QUEUED_TASK
]
Type of task this TaskStatus represents
Name of the task this TaskStatus represents
Description of the task this TaskStatus represents
Name of the parent of the task this TaskStatus represents
Service to execute the task this TaskStatus represents
target
object
nullable
Target ID
Possible values: [APPLICATION
, IDENTITY
, null
]
Target type
Target name
Creation date of the task this TaskStatus represents
Last modification date of the task this TaskStatus represents
Launch date of the task this TaskStatus represents
Completion date of the task this TaskStatus represents
Possible values: [SUCCESS
, WARNING
, ERROR
, TERMINATED
, TEMPERROR
, null
]
Completion status of the task this TaskStatus represents
messages
object[]
required
Messages associated with the task this TaskStatus represents
Possible values: [INFO
, WARN
, ERROR
]
Type of the message
localizedText
object
nullable
required
Localized form of the message
Message locale
Message text
Key of the message
Message parameters for internationalization
returns
object[]
required
Return values from the task this TaskStatus represents
Display name of the TaskReturnDetails
Attribute the TaskReturnDetails is for
attributes
object
required
Attributes of the task this TaskStatus represents
Attributes of the task this TaskStatus represents
Current progress of the task this TaskStatus represents
Current percentage completion of the task this TaskStatus represents
taskDefinitionSummary
object
Definition of a type of task, used to invoke tasks
System-generated unique ID of the TaskDefinition
Name of the TaskDefinition
Description of the TaskDefinition
Name of the parent of the TaskDefinition
Executor of the TaskDefinition
arguments
object
required
Formal parameters of the TaskDefinition, without values
Formal parameters of the TaskDefinition, without values
[
{
"id": "id12345",
"type": "QUARTZ",
"uniqueName": "Big Task",
"description": "A Really Big Task",
"parentName": "Parent Task",
"launcher": "sweep",
"target": {
"id": "c6dc37bf508149b28ce5b7d90ca4bbf9",
"type": "APPLICATION",
"name": "Active Directory [source]"
},
"created": "2020-07-11T21:23:15.000Z",
"modified": "2020-07-11T21:23:15.000Z",
"launched": "2020-07-11T21:23:15.000Z",
"completed": "2020-07-11T21:23:15.000Z",
"completionStatus": "SUCCESS",
"messages": [
{
"type": "INFO",
"localizedText": {
"locale": "An error has occurred!",
"message": "Error has occurred!"
},
"key": "akey",
"parameters": [
{
"name": "value"
}
]
}
],
"returns": [
{
"name": "label",
"attributeName": "identityCount"
}
],
"attributes": {
"identityCount": 0
},
"progress": "Started",
"percentComplete": 100,
"taskDefinitionSummary": {
"id": "2c91808475b4334b0175e1dff64b63c5",
"uniqueName": "Cloud Account Aggregation",
"description": "Aggregates from the specified application.",
"parentName": "Cloud Account Aggregation",
"executor": "sailpoint.task.ServiceTaskExecutor",
"arguments": {}
}
}
]
No content - indicates the request was successful but there is no content to be returned in the response.
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."
}
]
}
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."
}
]
}