Task_executions
API Key Scope: task_executions / index
ID or name of task. Task names are not unique, it's recommended to use ID.
The number of items to display for pagination.
The number of items to skip for pagination.
Sort results by attribute.
Can sort on multiple attributes, separated by |.
Order direction can be suffixing the attribute by either :asc (default) or :desc.
Filter on task progress
List of task executions.
The requested resource was not found. The detailed error will be of type not_found.
GET /api/v2/tasks/{task_id}/task_executions HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
{
"count": 1,
"task_executions": [
{
"id": "1542797273225418555",
"progress": 1,
"finished_at": "2018-11-21T10:48:08.000Z",
"size_todo": 16515610,
"size_done": 12115125,
"nodes_todo": 126,
"nodes_done": 113,
"bandwidth": 1,
"dispatcher": "text",
"movers": [
"text"
],
"task": {
"id": "text",
"name": "text",
"comment": "text",
"workflow_type": "active_archive",
"workflow_action": "copy",
"options": {
"priority": 1,
"conflict_resolution": "rename",
"file_checksum": "crc32",
"reset_file_date": true,
"reset_folder_date": true,
"execution_task_id": "text",
"selected_drive": "text",
"selected_drive_2": "text",
"task_id": "text",
"full_report": true,
"backup_report": 1,
"processing_order": "asc",
"rehydration_usage_threshold": 1,
"rehydration_deleted_files_threshold": 1,
"learning_type": "text",
"learning_threshold": 1,
"tape_to_scratch": true,
"eject_tape_after": true,
"set_tape_readonly": true,
"set_task_notification": true,
"tape_duplication_action": 1,
"barcodes": [
"text"
],
"overwrite": true,
"soft_erase": true,
"speedtest_iterations": 1,
"speedtest_size": 1,
"ignore_common_path": true,
"recursive": true,
"remove_root_folder": true,
"task_template": 1,
"context_uid": "1000",
"context_gid": "1001",
"working_dir": "text",
"ignore_hidden": true,
"parallel": 1,
"storage_class": "text",
"restoration_expiry_days": 1,
"retrieval_options_glacier": "Standard",
"object_lock_mode": "NONE",
"object_lock_retention_period": 365,
"object_lock_legal_hold_status": false,
"inherit_object_lock_from_source": false
},
"updated_at": "2025-11-05T15:48:04.936Z",
"created_by": "text",
"updated_by": "text",
"metadata": {
"task": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"files": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"last_execution": {
"id": "1542797273225418555",
"progress": 1,
"finished_at": "2018-11-21T10:48:08.000Z",
"size_todo": 16515610,
"size_done": 12115125,
"nodes_todo": 126,
"nodes_done": 113,
"bandwidth": 1,
"dispatcher": "text",
"movers": [
"text"
],
"task": {
"id": "text",
"name": "text",
"comment": "text",
"workflow_type": "active_archive",
"workflow_action": "copy",
"options": {
"priority": 1,
"conflict_resolution": "rename",
"file_checksum": "crc32",
"reset_file_date": true,
"reset_folder_date": true,
"execution_task_id": "text",
"selected_drive": "text",
"selected_drive_2": "text",
"task_id": "text",
"full_report": true,
"backup_report": 1,
"processing_order": "asc",
"rehydration_usage_threshold": 1,
"rehydration_deleted_files_threshold": 1,
"learning_type": "text",
"learning_threshold": 1,
"tape_to_scratch": true,
"eject_tape_after": true,
"set_tape_readonly": true,
"set_task_notification": true,
"tape_duplication_action": 1,
"barcodes": [
"text"
],
"overwrite": true,
"soft_erase": true,
"speedtest_iterations": 1,
"speedtest_size": 1,
"ignore_common_path": true,
"recursive": true,
"remove_root_folder": true,
"task_template": 1,
"context_uid": "1000",
"context_gid": "1001",
"working_dir": "text",
"ignore_hidden": true,
"parallel": 1,
"storage_class": "text",
"restoration_expiry_days": 1,
"retrieval_options_glacier": "Standard",
"object_lock_mode": "NONE",
"object_lock_retention_period": 365,
"object_lock_legal_hold_status": false,
"inherit_object_lock_from_source": false
},
"updated_at": "2025-11-05T15:48:04.936Z",
"created_by": "text",
"updated_by": "text",
"metadata": {
"task": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"files": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"last_execution": "[Circular Reference]"
}
}
}
}
]
}API Key Scope: task_executions / index
The number of items to display for pagination.
The number of items to skip for pagination.
Sort results by attribute.
Can sort on multiple attributes, separated by |.
Order direction can be suffixing the attribute by either :asc (default) or :desc.
Filter on task progress
Filter on id
Filter on name of an execution
Filter on task workflow type for an execution
Filter on task workflow action of an execution
Filter on task sources type of an executions
Filter on task destinations type of an executions
Filter on creation date
Filter on execution date
List of task executions.
GET /api/v2/task_executions HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
List of task executions.
{
"count": 1,
"task_executions": [
{
"id": "1542797273225418555",
"progress": 1,
"finished_at": "2018-11-21T10:48:08.000Z",
"size_todo": 16515610,
"size_done": 12115125,
"nodes_todo": 126,
"nodes_done": 113,
"bandwidth": 1,
"dispatcher": "text",
"movers": [
"text"
],
"task": {
"id": "text",
"name": "text",
"comment": "text",
"workflow_type": "active_archive",
"workflow_action": "copy",
"options": {
"priority": 1,
"conflict_resolution": "rename",
"file_checksum": "crc32",
"reset_file_date": true,
"reset_folder_date": true,
"execution_task_id": "text",
"selected_drive": "text",
"selected_drive_2": "text",
"task_id": "text",
"full_report": true,
"backup_report": 1,
"processing_order": "asc",
"rehydration_usage_threshold": 1,
"rehydration_deleted_files_threshold": 1,
"learning_type": "text",
"learning_threshold": 1,
"tape_to_scratch": true,
"eject_tape_after": true,
"set_tape_readonly": true,
"set_task_notification": true,
"tape_duplication_action": 1,
"barcodes": [
"text"
],
"overwrite": true,
"soft_erase": true,
"speedtest_iterations": 1,
"speedtest_size": 1,
"ignore_common_path": true,
"recursive": true,
"remove_root_folder": true,
"task_template": 1,
"context_uid": "1000",
"context_gid": "1001",
"working_dir": "text",
"ignore_hidden": true,
"parallel": 1,
"storage_class": "text",
"restoration_expiry_days": 1,
"retrieval_options_glacier": "Standard",
"object_lock_mode": "NONE",
"object_lock_retention_period": 365,
"object_lock_legal_hold_status": false,
"inherit_object_lock_from_source": false
},
"updated_at": "2025-11-05T15:48:04.936Z",
"created_by": "text",
"updated_by": "text",
"metadata": {
"task": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"files": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"last_execution": {
"id": "1542797273225418555",
"progress": 1,
"finished_at": "2018-11-21T10:48:08.000Z",
"size_todo": 16515610,
"size_done": 12115125,
"nodes_todo": 126,
"nodes_done": 113,
"bandwidth": 1,
"dispatcher": "text",
"movers": [
"text"
],
"task": {
"id": "text",
"name": "text",
"comment": "text",
"workflow_type": "active_archive",
"workflow_action": "copy",
"options": {
"priority": 1,
"conflict_resolution": "rename",
"file_checksum": "crc32",
"reset_file_date": true,
"reset_folder_date": true,
"execution_task_id": "text",
"selected_drive": "text",
"selected_drive_2": "text",
"task_id": "text",
"full_report": true,
"backup_report": 1,
"processing_order": "asc",
"rehydration_usage_threshold": 1,
"rehydration_deleted_files_threshold": 1,
"learning_type": "text",
"learning_threshold": 1,
"tape_to_scratch": true,
"eject_tape_after": true,
"set_tape_readonly": true,
"set_task_notification": true,
"tape_duplication_action": 1,
"barcodes": [
"text"
],
"overwrite": true,
"soft_erase": true,
"speedtest_iterations": 1,
"speedtest_size": 1,
"ignore_common_path": true,
"recursive": true,
"remove_root_folder": true,
"task_template": 1,
"context_uid": "1000",
"context_gid": "1001",
"working_dir": "text",
"ignore_hidden": true,
"parallel": 1,
"storage_class": "text",
"restoration_expiry_days": 1,
"retrieval_options_glacier": "Standard",
"object_lock_mode": "NONE",
"object_lock_retention_period": 365,
"object_lock_legal_hold_status": false,
"inherit_object_lock_from_source": false
},
"updated_at": "2025-11-05T15:48:04.936Z",
"created_by": "text",
"updated_by": "text",
"metadata": {
"task": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"files": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"last_execution": "[Circular Reference]"
}
}
}
}
]
}API Key Scope: task_executions / show
ID of task execution.
A specific task execution.
The requested resource was not found. The detailed error will be of type not_found.
GET /api/v2/task_executions/{task_execution_id} HTTP/1.1
Host: localhost
Accept: */*
{
"id": "1542797273225418555",
"progress": 1,
"finished_at": "2018-11-21T10:48:08.000Z",
"size_todo": 16515610,
"size_done": 12115125,
"nodes_todo": 126,
"nodes_done": 113,
"bandwidth": 1,
"dispatcher": "text",
"movers": [
"text"
],
"task": {
"id": "text",
"name": "text",
"comment": "text",
"workflow_type": "active_archive",
"workflow_action": "copy",
"options": {
"priority": 1,
"conflict_resolution": "rename",
"file_checksum": "crc32",
"reset_file_date": true,
"reset_folder_date": true,
"execution_task_id": "text",
"selected_drive": "text",
"selected_drive_2": "text",
"task_id": "text",
"full_report": true,
"backup_report": 1,
"processing_order": "asc",
"rehydration_usage_threshold": 1,
"rehydration_deleted_files_threshold": 1,
"learning_type": "text",
"learning_threshold": 1,
"tape_to_scratch": true,
"eject_tape_after": true,
"set_tape_readonly": true,
"set_task_notification": true,
"tape_duplication_action": 1,
"barcodes": [
"text"
],
"overwrite": true,
"soft_erase": true,
"speedtest_iterations": 1,
"speedtest_size": 1,
"ignore_common_path": true,
"recursive": true,
"remove_root_folder": true,
"task_template": 1,
"context_uid": "1000",
"context_gid": "1001",
"working_dir": "text",
"ignore_hidden": true,
"parallel": 1,
"storage_class": "text",
"restoration_expiry_days": 1,
"retrieval_options_glacier": "Standard",
"object_lock_mode": "NONE",
"object_lock_retention_period": 365,
"object_lock_legal_hold_status": false,
"inherit_object_lock_from_source": false
},
"updated_at": "2025-11-05T15:48:04.936Z",
"created_by": "text",
"updated_by": "text",
"metadata": {
"task": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"files": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"last_execution": {
"id": "1542797273225418555",
"progress": 1,
"finished_at": "2018-11-21T10:48:08.000Z",
"size_todo": 16515610,
"size_done": 12115125,
"nodes_todo": 126,
"nodes_done": 113,
"bandwidth": 1,
"dispatcher": "text",
"movers": [
"text"
],
"task": {
"id": "text",
"name": "text",
"comment": "text",
"workflow_type": "active_archive",
"workflow_action": "copy",
"options": {
"priority": 1,
"conflict_resolution": "rename",
"file_checksum": "crc32",
"reset_file_date": true,
"reset_folder_date": true,
"execution_task_id": "text",
"selected_drive": "text",
"selected_drive_2": "text",
"task_id": "text",
"full_report": true,
"backup_report": 1,
"processing_order": "asc",
"rehydration_usage_threshold": 1,
"rehydration_deleted_files_threshold": 1,
"learning_type": "text",
"learning_threshold": 1,
"tape_to_scratch": true,
"eject_tape_after": true,
"set_tape_readonly": true,
"set_task_notification": true,
"tape_duplication_action": 1,
"barcodes": [
"text"
],
"overwrite": true,
"soft_erase": true,
"speedtest_iterations": 1,
"speedtest_size": 1,
"ignore_common_path": true,
"recursive": true,
"remove_root_folder": true,
"task_template": 1,
"context_uid": "1000",
"context_gid": "1001",
"working_dir": "text",
"ignore_hidden": true,
"parallel": 1,
"storage_class": "text",
"restoration_expiry_days": 1,
"retrieval_options_glacier": "Standard",
"object_lock_mode": "NONE",
"object_lock_retention_period": 365,
"object_lock_legal_hold_status": false,
"inherit_object_lock_from_source": false
},
"updated_at": "2025-11-05T15:48:04.936Z",
"created_by": "text",
"updated_by": "text",
"metadata": {
"task": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"files": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"last_execution": {
"id": "1542797273225418555",
"progress": 1,
"finished_at": "2018-11-21T10:48:08.000Z",
"size_todo": 16515610,
"size_done": 12115125,
"nodes_todo": 126,
"nodes_done": 113,
"bandwidth": 1,
"dispatcher": "text",
"movers": [
"text"
],
"task": {
"id": "text",
"name": "text",
"comment": "text",
"workflow_type": "active_archive",
"workflow_action": "copy",
"options": {
"priority": 1,
"conflict_resolution": "rename",
"file_checksum": "crc32",
"reset_file_date": true,
"reset_folder_date": true,
"execution_task_id": "text",
"selected_drive": "text",
"selected_drive_2": "text",
"task_id": "text",
"full_report": true,
"backup_report": 1,
"processing_order": "asc",
"rehydration_usage_threshold": 1,
"rehydration_deleted_files_threshold": 1,
"learning_type": "text",
"learning_threshold": 1,
"tape_to_scratch": true,
"eject_tape_after": true,
"set_tape_readonly": true,
"set_task_notification": true,
"tape_duplication_action": 1,
"barcodes": [
"text"
],
"overwrite": true,
"soft_erase": true,
"speedtest_iterations": 1,
"speedtest_size": 1,
"ignore_common_path": true,
"recursive": true,
"remove_root_folder": true,
"task_template": 1,
"context_uid": "1000",
"context_gid": "1001",
"working_dir": "text",
"ignore_hidden": true,
"parallel": 1,
"storage_class": "text",
"restoration_expiry_days": 1,
"retrieval_options_glacier": "Standard",
"object_lock_mode": "NONE",
"object_lock_retention_period": 365,
"object_lock_legal_hold_status": false,
"inherit_object_lock_from_source": false
},
"updated_at": "2025-11-05T15:48:04.936Z",
"created_by": "text",
"updated_by": "text",
"metadata": {
"task": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"files": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"last_execution": "[Circular Reference]"
}
}
}
}
}
}API Key Scope: task_execution / processed_nodes
ID of task execution.
The number of items to display for pagination.
The number of items to skip for pagination.
Filter on status
Filter on path
List of processed nodes by task.
GET /api/v2/task_executions/{task_execution_id}/processed_nodes HTTP/1.1
Host: localhost
Accept: */*
List of processed nodes by task.
{
"count": 1,
"task_nodes": []
}API Key Scope: task_execution / logs
ID of task execution.
The number of items to display for pagination.
The number of items to skip for pagination.
Filter on task log level
Filter on workflow_id
Filter on time
Filter on message
Filter on task log hostname
Filter on task log tag
List of logs by task execution.
GET /api/v2/task_executions/{task_execution_id}/logs HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
List of logs by task execution.
{
"count": 1,
"task_logs": [
{
"id": "text",
"level": "trace",
"msg": "text",
"time": "2025-11-05T15:48:04.936Z",
"hostname": "text",
"tag": "nodeum.dispatcher",
"error": "text",
"stacktrace": "text",
"workflow_id": "text",
"service_id": "text"
}
]
}API Key Scope: task_execution / action
ID of task execution.
Confirmation of task action.
Error returned from the data management.
PUT /api/v2/task_executions/{task_execution_id}/action/pause HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
{
"msg": "text"
}API Key Scope: task_execution / action
ID of task execution.
Confirmation of task action.
Error returned from the data management.
PUT /api/v2/task_executions/{task_execution_id}/action/stop HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
{
"msg": "text"
}API Key Scope: task_execution / action
ID of task execution.
Confirmation of task action.
Error returned from the data management.
PUT /api/v2/task_executions/{task_execution_id}/action/force_stop HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
{
"msg": "text"
}API Key Scope: task_execution / action
ID of task execution.
Confirmation of task action.
Error returned from the data management.
PUT /api/v2/task_executions/{task_execution_id}/action/resume HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
{
"msg": "text"
}Last updated
Was this helpful?