# SyncTaskResponse
## Properties
**artifact_id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**artifact_size** | **i64** | |
**created_at** | **String** | When the task was enqueued. Lets clients tell a freshly-scheduled task apart from a stale queue entry (used by the replication-schedule check). Serialized as whole-second RFC3339 with a `Z` suffix (e.g. `2026-05-29T12:34:56Z`) so simple ISO8601 parsers can consume it. |
**id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**priority** | **i32** | |
**started_at** | Option<**String**> | When the worker began transferring, if it has started. Same format as `created_at`. | [optional]
**status** | **String** | Task status (e.g. \"pending\"). Listing currently returns pending tasks. |
**storage_key** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)