GET Data Import/Export Tasks
/v1/tasks
Method: GET
Description: Returns the list of Data import/export tasks
Parameters: None
Result: List of tasks properties:
Name – Task name
ExternalKey – Task ID
Status:
- Busy – Task is queued up for running
- Processing – Task is currently running
- Ready – Task is idle and is ready to run
TaskTimeZone – Timezone associated with this task
LastRunTimeUTC – Last run time in UTC
Success – False/True
GET Data Import/Export Task Details
/v1/tasks/
Method: GET
Description: Returns properties of the task
Parameters: None
Result: Task properties:
Name – Task name
ExternalKey – Task ID
Status:
- Busy – Task is queued up for running
- Processing – Task is currently running
- Ready – Task is idle and is ready to run
TaskTimeZone – Timezone associated with this task
LastRunTimeUTC – Last run time in UTC
Success – False/True
POST Run Data Import/Export Task
/v1/tasks//run
Method: POST
Description: Runs the task
Parameters: None
Result: 200 OK if successful, 400 if task could not be run