From 79abf5a679f24cc5a82798cc4da0207b10607f24 Mon Sep 17 00:00:00 2001 From: API Docs Bot Date: Wed, 25 Mar 2026 20:35:43 +0000 Subject: [PATCH] docs(api): add Show details of a specific root cause analysis. Use the uid=1001(runner) gid=1001(runner) groups=1001(runner),4(adm),100(users),118(docker),999(systemd-journal) returned from the POST endpoint to poll until this endpoint stops returning a 404. endpoint --- ...nt-to-poll-until-this-endpoint-stops-returning-a-404.mdx | 4 ++++ docs.json | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 api-reference/rocky-ai/show-details-of-a-specific-root-cause-analysis-use-the-id-returned-from-the-post-endpoint-to-poll-until-this-endpoint-stops-returning-a-404.mdx diff --git a/api-reference/rocky-ai/show-details-of-a-specific-root-cause-analysis-use-the-id-returned-from-the-post-endpoint-to-poll-until-this-endpoint-stops-returning-a-404.mdx b/api-reference/rocky-ai/show-details-of-a-specific-root-cause-analysis-use-the-id-returned-from-the-post-endpoint-to-poll-until-this-endpoint-stops-returning-a-404.mdx new file mode 100644 index 00000000..521fa7e8 --- /dev/null +++ b/api-reference/rocky-ai/show-details-of-a-specific-root-cause-analysis-use-the-id-returned-from-the-post-endpoint-to-poll-until-this-endpoint-stops-returning-a-404.mdx @@ -0,0 +1,4 @@ +--- +openapi: get /v1/root-cause-analyses/{id} +title: Show details of a specific root cause analysis. Use the `id` returned from the POST endpoint to poll until this endpoint stops returning a 404. +--- diff --git a/docs.json b/docs.json index b4868941..acd72d21 100644 --- a/docs.json +++ b/docs.json @@ -904,6 +904,12 @@ "api-reference/status-pages/get-all-subscriptions-for-a-specific-status-page", "api-reference/status-pages/delete-a-subscription-belonging-to-a-specific-status-page" ] + }, + { + "group": "Rocky AI", + "pages": [ + "api-reference/rocky-ai/show-details-of-a-specific-root-cause-analysis-use-the-id-returned-from-the-post-endpoint-to-poll-until-this-endpoint-stops-returning-a-404" + ] } ] }