cURL
curl --request GET \ --url https://app.gptscraper.com/api/searchgpt/jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "status": "processing", "query": "<string>", "screenshot": true, "results": { "status": "<string>", "result": "<string>", "metadata": { "prompt": "<string>", "model": "<string>", "language": "<string>", "citations": [ { "url": "<string>", "title": "<string>" } ], "urls": [ "<string>" ], "finish_reason": "<string>", "search_enabled": true } }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Get job details by ID
Enter your API key in the format: Bearer <YOUR_API_KEY>
The ID of the job to retrieve
Job details retrieved successfully
The response is of type object.
object