# Example of using ckanaction to run the /status_show API endpoint ## Usage Run the following command to run the `/status_show` CKAN Action API endpoint on `http://localhost:5000` and print the formatted debug output. ```bash cargo run ```