Get all runbooks

Hello All,

Can you guide me how to get all runbooks from all projects.

I tried with below API URL its giving only some of runbooks not all runbooks

https://octopus.com/api/runbooks

Thanks in advance

Hi @ramplayngo!

Thanks for reaching out - you can retrieve a list of all runbooks via the /runbooks/all endpoint, so https://your_octopus/api/runbooks/all

I hope this helps! For future reference, when attempting to determine an API endpoint, you can look at the built-in Swagger UI, available at https://your_octopus/swaggerui, or owing to our API-first approach, you can look at the network calls being made by the web portal in your browser’s developer tools.

I hope this helps!

1 Like

Thanks @Justin_Walsh

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.