Get task status by ID.
GET/task-status/:id
Get a TaskStatus for a task by task ID.
Request
Path Parameters
Task ID.
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Responds with a TaskStatus for the task with the given task ID.
- application/json
- Schema
- Example (from schema)
Schema
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": {}
}
}
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, generally due to a lack of security rights
TaskStatus with the given id was not found.
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."
}
]
}