Pending DNS API tasks can be retrieved and/or cancelled before they are finished. Use the instructions on this page to retrieve one pending task using the task ID.

REST Syntax

Click to view all REST Resources
Task/ GET — Retrieves a single pending API task based on the task ID.

HTTP Action — GET

URI — https://api.dynect.net/REST/Task/<task_id>/

Arguments:

No Arguments.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneTask — Retrieves a single pending API task based on the task ID.
Arguments:

  • string task_idRequired. Unique identifier for the task.
  • string tokenRequired. The session identifier.
Response — Click for More Info

Example Request — Click for More Info