Tasks are longer running operations where a response cannot be returned in an appropriate time. This endpoint retrieves a listing of all incomplete tasks that are still in queue or processing.
Successful Request. Tasks Retrieved Successfully.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
{- "tasks": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "Completed",
- "type": "Bulk Relationships",
- "batchSize": 50,
- "createdBy": {
- "userId": "7d675ef0-f423-11e9-8071-89c0c405214e",
- "firstName": "Erlich",
- "lastName": "Bachman",
- "createdDate": "2023-11-12T13:14:15Z"
}
}
], - "pagination": {
- "total": 1000,
- "before": "7140k9-44f",
- "after": "169677qp8-afe"
}
}