GET
/
scheduled-task
/
{task_id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "task": "<string>",
  "save_browser_data": true,
  "structured_output_json": "<string>",
  "llm_model": "<string>",
  "use_adblock": true,
  "use_proxy": true,
  "highlight_elements": true,
  "browser_profile_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "schedule_type": "interval",
  "interval_minutes": 123,
  "cron_expression": "<string>",
  "start_at": "2023-11-07T05:31:56Z",
  "next_run_at": "2023-11-07T05:31:56Z",
  "end_at": "2023-11-07T05:31:56Z",
  "is_active": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

200
application/json

Successful Response

Response model for a single scheduled task.