Getting a list of tasks for reindexing
Returns a list of tasks for reindexing site pages.
Request format
GET https://api.webmaster.yandex.net/v4/user/{user-id}/hosts/{host-id}/recrawl/queue
? [offset=<int32>]
& [limit=<int32>]
& [date_from=<datetime>]
& [date_to=<datetime>]
|
Type: |
|
Type: |
|
Offset in the list. Default value: 0. |
|
Page size. The minimum value is 1. Default value: 50. |
|
Start of the date range |
|
End of the date range. |
Response format
Examples
JSONXML
{ "tasks": [ { "task_id": "c7fe80c0-36e3-11e6-8b2d-df96aa592c0a", "url": "http://example.com/some/path?a=b", "added_time": "2016-01-01T00:00:00,000+0300", "state": "IN_PROGRESS" } ] }
<Data> <task> <task_id>c7fe80c0-36e3-11e6-8b2d-df96aa592c0a</task_id> <url>http://example.com/some/path?a=b</url> <added_time>2016-01-01T00:00:00,000+0300</added_time> <state>IN_PROGRESS</state> </task> </Data>
Name
Required
Type
Description
task_id
Yes
string
ID of the reindexing task.
url
Yes
string
The URL of the page sent for reindexing.
added_time
No
datetime
Date the reindexing request was created.
state
Yes
string
(RecrawlStatusEnum)The status of the reindexing request.
Reindexing request status (RecrawlStatusEnum)
Indicator |
Description |
|
The request is being processed. |
|
The robot crawled the URL |
|
The robot failed to crawl the page. Make sure it is accessible to the robot and the server responds fast enough. |
Response codes
To view the response structure in detail, click the reason.
Code |
Reason |
Description |
200 |
OK |
|
403 |
The ID of the user who issued the token differs from the one specified in the request. In the examples below, JSON
XML
|
|
404 |
Site management rights are not verified. JSON
XML
|
Related information
Type: int64
. User ID. Required when calling all Yandex.Webmaster API resources. To get it, use the GET /v4/user method.
Type: host id (string)
. The site ID. To get it, use the GET /v4/user/{user-id}/hosts method.
Offset in the list. Default value: 0.
Page size. The minimum value is 1. Default value: 50.
Start of the date range
End of the date range.
Required
Yes
Type
string
Description
ID of the reindexing task.
Required
Yes
Type
string
Description
The URL of the page sent for reindexing.
Required
No
Type
datetime
Description
Date the reindexing request was created.
Required
Yes
Type
string
(RecrawlStatusEnum)
Description
The status of the reindexing request.
Description
Error code.
Description
ID of the user who allowed access.
Description
ID of the requested site.
Description
Error message.