Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
Optional[str] | ➖ | Task ID | 09F8B46C-61A0-4254-9875-F71F4C605BC7 |
type |
Optional[components.TaskType] | ➖ | Type of the task | upload |
created_at |
Optional[float] | ➖ | Timestamp (in milliseconds) at which task was created | 1587667174725 |
scheduled_at |
Optional[float] | ➖ | Timestamp (in milliseconds) at which the task was scheduled for execution (e.g. after file upload finished). |
1587667174725 |
input_asset_id |
Optional[str] | ➖ | ID of the input asset | 09F8B46C-61A0-4254-9875-F71F4C605BC7 |
output_asset_id |
Optional[str] | ➖ | ID of the output asset | 09F8B46C-61A0-4254-9875-F71F4C605BC7 |
project_id |
Optional[str] | ➖ | ID of the project | 09F8B46C-61A0-4254-9875-F71F4C605BC7 |
requester_id |
Optional[str] | ➖ | ID of the requester hash(IP + SALT + PlaybackId) | 09F8B46C-61A0-4254-9875-F71F4C605BC7 |
params |
Optional[components.Params] | ➖ | Parameters of the task | |
status |
Optional[components.TaskStatus] | ➖ | Status of the task | |
output |
Optional[components.Output] | ➖ | Output of the task |