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" + ] } ] }