Skip to main content

Endpoint

Overview

Retrieve tasks including warmup activities (scrolling, searching) and profile edit tasks. Use this endpoint to monitor and track all scheduled and completed tasks for your accounts.

Task Types

  • warmup_scroll - Account scrolling warmup activity
  • warmup_search_term - Search term warmup activity
  • warmup_search_profile - Profile search warmup activity
  • edit_profile - Profile update task (nickname, avatar, bio)
  • update_posts - Post update task

Request Body

string[]
Array of account IDs to filter tasks by
string
Start date in ISO 8601 format (e.g., 2024-01-01T00:00:00Z)
string
End date in ISO 8601 format (e.g., 2024-12-31T23:59:59Z)
TaskType
Filter by specific task typeOptions: warmup_scroll, warmup_search_term, warmup_search_profile, edit_profile, update_posts

Response

Task[]
Array of task objects