MetadataIndexFetch

⌘K

Use this endpoint to track when the index is updated with new data. When queried, the endpoint returns an ID that changes when the data in the index changes. This information can be helpful when you're looking to understand the freshness of the data. It can also help benchmark when new links are discovered - particularly if you're tracking a link building Campaign and want to keep an eye out for index updates that may include new links.

JSON-RPC Method:

metadata.index.fetch
Go to Example Code

Request

This method does not require any input.

1{}

Response

Results include the unique identifier for the current index.

index_id

string

The unique identifier for the current index.

1{
2  "index_id": "tD4grH2TmrmTfXW65xr+tg=="
3}

Example Code

Quota Usage

Does not require any quota.