Skip to main content
GET
/
dispatch
/
tasks
/
{task_id}
/
updates
Check for available updates
curl --request GET \
  --url https://api.parse.bot/dispatch/tasks/{task_id}/updates \
  --header 'X-API-Key: <api-key>'
{
  "updates": [
    {
      "endpoint_name": "<string>",
      "type": "new",
      "description": "<string>",
      "method": "<string>",
      "user_has_called": true
    }
  ],
  "canonical_scraper_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.

Path Parameters

task_id
string
required

Response

200 - application/json

Available updates

updates
object[]
canonical_scraper_id
string | null

ID of the canonical scraper (present when updates exist)