# Find the transport linked to a waste form

When a waste form has been signed by the organiser, then the organiser can create a transport order in the TMS that will be linked to the waste form. Some information gathered during transport will be reported to the waste form.\
\
If you want to know the transport linked to a waste form, just read the waste form's detail with a GET request.

```
GET <base_url>/api/v4/forms/<form_uid>/
```

In the response, watch for the `transport_uid` attribute. If it is `null` then no transport is associated to the form yet.
