# Where can I find my scraping job ID?

Job ID placement varies based on the integration method used: synchronous ([Realtime](/products/web-scraper-api/integration-methods/realtime.md) and [Proxy endpoint](/products/web-scraper-api/integration-methods/proxy-endpoint.md)) or asynchronous ([Push-Pull](/products/web-scraper-api/integration-methods/push-pull.md)).

#### Synchronous Methods (Realtime and Proxy Endpoint) <a href="#h_99ea801d6d" id="h_99ea801d6d"></a>

* Check the response output's end section where you'll find the `job_id` field.
* Examine the response headers for `x-oxylabs-job-id`.

#### Asynchronous Method (Push-Pull) <a href="#h_43f0600a32" id="h_43f0600a32"></a>

* Look for the `id` field in the response.

#### Web Unblocker Users <a href="#h_c1fb97fa9d" id="h_c1fb97fa9d"></a>

* Find your job ID in the response header `x-oxylabs-job-id`.

#### Quick Tips for Finding Your Job ID <a href="#h_4d3cc8d711" id="h_4d3cc8d711"></a>

* Use your code editor's search function (Ctrl+F/Cmd+F) to locate "job\_id" or "id".
* For JSON responses, the job ID is typically a long numeric string.
* In parsed results, check both the top-level metadata and the end of the response.

Note: Job IDs are only retained in our system for 48 hours. For assistance with specific jobs, please ensure they were completed within this timeframe.

<figure><img src="/files/a09svQqMyEDqfHQile9r" alt=""><figcaption></figcaption></figure>

***

<a href="https://dashboard.oxylabs.io/en/" class="button primary">Head back to the dashboard</a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.oxylabs.io/help-center/troubleshooting/where-can-i-find-my-scraping-job-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
