> For the complete documentation index, see [llms.txt](https://developer.dashdoc.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.dashdoc.com/docs/use-cases-and-tutorials/dashdoc-wam/find-the-transport-linked-to-a-waste-form.md).

# 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.
