diff --git a/docs/apirequests.adoc b/docs/apirequests.adoc
index 53d2d57901c66cbb7aad45395338fc60170c6417..329e5d14166233a0b9b4b261e0e54b9e806e958c 100644
--- a/docs/apirequests.adoc
+++ b/docs/apirequests.adoc
@@ -1,4 +1,3 @@
-
 == Requests documentation for YORCA integration
 
 This document provides a list and structure of request to start a data transfer with DLS. The minimal workflow currently defined in the project assumes that
@@ -39,5 +38,10 @@ curl -X POST -u USER:PASS -H "Content-Type: application/json" \
    $DLS/dags/taskflow_example/dagRuns
 ----
 
+=== Checking status ===
+----
+curl -X GET -u USER:PASS -H "Content-Type: application/json" $DLS/dags/taskflow_example/dagRuns
+----
+
 === Comments ===
 I could image that a name of DLS pipeline (+taskflow_example+) can change and needs to be passed as parameter to YORC.