Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Account-level task data structure
id
string
account_id
type
TaskType
status
'scheduled'
'pending'
'complete'
'failed'
scheduled_time
string | null
duration
number | null
keywords
edit_profile_info
object | null
edit_profile
created_at
warmup_scroll
warmup_search_term
warmup_search_profile
update_posts
scheduled
pending
complete
failed
avatarUrl
nickName
bio
{ "id": "task_abc123", "account_id": "acc_123456", "type": "edit_profile", "status": "scheduled", "scheduled_time": "2024-12-31T12:00:00Z", "duration": null, "keywords": null, "edit_profile_info": { "nickName": "New Display Name", "bio": "Updated bio text" }, "created_at": "2024-12-25T10:00:00Z" }