Retrieve the status and results of an async task by ID. Works for all async task types (extract, search, map, agent, crawl).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the async task
"8e8cfde8-345b-42b8-b3e2-0c61eb11e00f"
Async Task Results
Response schema for map requests
Unique identifier for the map task
"123e4567-e89b-12d3-a456-426614174000"
Indicates if the map request was successful
true
Array of mapped links with optional titles and descriptions
{
"url": "https://example.com/page1",
"title": "Example Page 1",
"description": "This is an example description for page 1"
}{ "url": "https://example.com/page2" }