diff --git a/dev-manual/api/api-reference-archivematica.rst b/dev-manual/api/api-reference-archivematica.rst
index deec8b31..01406fdd 100644
--- a/dev-manual/api/api-reference-archivematica.rst
+++ b/dev-manual/api/api-reference-archivematica.rst
@@ -632,6 +632,10 @@ Query string parameters (optional):
 
 ``name``             Name of the job.
 
+``detailed``         If the parameter is included in the request, the endpoint
+                     returns all the task properties provided by the
+                     :ref:`task` endpoint.
+
 ================     ===========================================================
 
 Response definitions (from list of dicts):
@@ -665,6 +669,8 @@ Example response (JSON body):
 
 .. literalinclude:: _code/list_transfer_unit_response.curl
 
+.. _task:
+
 Task
 ^^^^