# Obtener link de trackeo

El link de seguimiento es una url que permite ver el estado de una orden de trabajo en tiempo real. Cualquier modificación de la misma dentro de Persat, impacta directamente sin necesidad de generar otro link.

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

<mark style="color:blue;">`GET`</mark> `https://api.persat.com.ar/v1/work-orders/tracklink/wo_id`

#### Query Parameters

| Name                                     | Type   | Description                          |
| ---------------------------------------- | ------ | ------------------------------------ |
| wo\_id<mark style="color:red;">\*</mark> | String | Identificador de la orden de trabajo |

#### Headers

| Name                                            | Type   | Description     |
| ----------------------------------------------- | ------ | --------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer API\_KEY |

{% tabs %}
{% tab title="200: OK La consulta se ejecutó con éxito" %}

```javascript
{
    "success": true,
    "data": {
        "tracklink": "https://wotracking.persat.com.ar/?hash=tkvfyM88WYA%2FZBEDzKLP5zMGJtIb1DhRGVmSbH%2SE..."
    }
}
```

{% endtab %}
{% endtabs %}


---

# 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://docs.api.persat.com.ar/modulos/ordenes-de-trabajo/obtener-link-de-trackeo.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.
