2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/18384.doc b/changelog.d/18384.doc
new file mode 100644
index 0000000000..ebcd029639
--- /dev/null
+++ b/changelog.d/18384.doc
@@ -0,0 +1 @@
+Add an Admin API endpoint `GET /_synapse/admin/v1/scheduled_tasks` to fetch scheduled tasks.
diff --git a/docs/admin_api/scheduled_tasks.md b/docs/admin_api/scheduled_tasks.md
index 1708871a6d..b80da5083c 100644
--- a/docs/admin_api/scheduled_tasks.md
+++ b/docs/admin_api/scheduled_tasks.md
@@ -19,7 +19,7 @@ It returns a JSON body like the following:
"id": "GSA124oegf1",
"action": "shutdown_room",
"status": "complete",
- "timestamp": 23423523,
+ "timestamp_ms": 23423523,
"resource_id": "!roomid",
"result": "some result",
"error": null
|