Check SERP Status
Check the processing status of a scheduled SERP task by its unique ID.
As a response of the API server, you will get a status of your SERP task.
Requires authentication → provide your API key as a Bearer token in the Authorization header.
Get a Status of Your SERP Task
GET https://api.serphouse.com/serp/check
Query Parameters
| Name | Type | Description |
|---|---|---|
| id * | String | Unique identifier of your SERP task |
Headers
| Name | Type | Description |
|---|---|---|
| Authorization * | String | Bearer <YOUR_API_KEY> |
Example Request
curl --location --request GET 'https://api.serphouse.com/serp/check?id=77224195' \--header 'Authorization: Bearer <YOUR_API_KEY>'Example Response
{ "status": "success", "msg": "Completed", "results": ""}Related Links
Last updated on
How is this guide?