Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaronjmars/MiroShark
/ endpoints
Endpoints
175 in github.com/aaronjmars/MiroShark
⨍
Functions
3,647
◇
Types & classes
172
↳
Endpoints
175
Route
_protected
app.route("/_test/protected", methods=["POST"])
backend/tests/test_unit_admin_auth.py:None
Route
ask_mode
simulation_bp.route('/ask', methods=['POST'])
backend/app/api/simulation.py:None
Route
batch_status_lookup
simulation_bp.route('/batch-status', methods=['POST'])
backend/app/api/simulation.py:None
Route
branch_counterfactual_simulation
simulation_bp.route('/branch-counterfactual', methods=['POST'])
backend/app/api/simulation.py:None
Route
build_graph
graph_bp.route('/build', methods=['POST'])
backend/app/api/graph.py:None
Route
chat_with_report_agent
report_bp.route('/chat', methods=['POST'])
backend/app/api/report.py:None
Route
check_report_status
report_bp.route('/check/<simulation_id>', methods=['GET'])
backend/app/api/report.py:None
Route
close_simulation_env
simulation_bp.route('/close-env', methods=['POST'])
backend/app/api/simulation.py:None
Route
compare_simulations
simulation_bp.route('/compare', methods=['GET'])
backend/app/api/simulation.py:None
Route
create_share_link
simulation_bp.route('/<simulation_id>/share-link', methods=['POST'])
backend/app/api/simulation.py:None
Route
create_simulation
simulation_bp.route('/create', methods=['POST'])
backend/app/api/simulation.py:None
Route
delete_report
report_bp.route('/<report_id>', methods=['DELETE'])
backend/app/api/report.py:None
Route
download_project_file
simulation_bp.route('/project/<project_id>/files/<saved_filename>/download', methods=['GET'])
backend/app/api/simulation.py:None
Route
download_report
report_bp.route('/<report_id>/download', methods=['GET'])
backend/app/api/report.py:None
Route
download_simulation_config
simulation_bp.route('/<simulation_id>/config/download', methods=['GET'])
backend/app/api/simulation.py:None
Route
download_simulation_script
simulation_bp.route('/script/<script_name>/download', methods=['GET'])
backend/app/api/simulation.py:None
Route
export_simulation_data
simulation_bp.route('/<simulation_id>/export', methods=['GET'])
backend/app/api/simulation.py:None
Route
feed_atom
feed_bp.route("/feed.atom", methods=["GET"])
backend/app/api/feed.py:None
Route
feed_rss
feed_bp.route("/feed.rss", methods=["GET"])
backend/app/api/feed.py:None
Route
fetch_url
graph_bp.route('/fetch-url', methods=['POST'])
backend/app/api/graph.py:None
Route
fork_simulation
simulation_bp.route('/fork', methods=['POST'])
backend/app/api/simulation.py:None
Route
generate_ontology
graph_bp.route('/ontology/generate', methods=['POST'])
backend/app/api/graph.py:None
Route
generate_profiles
simulation_bp.route('/generate-profiles', methods=['POST'])
backend/app/api/simulation.py:None
Route
generate_report
report_bp.route('/generate', methods=['POST'])
backend/app/api/report.py:None
Route
generate_simulation_article
simulation_bp.route('/<simulation_id>/article', methods=['POST'])
backend/app/api/simulation.py:None
Route
get_activity_feed
activity_bp.route("/activity.json", methods=["GET"])
backend/app/api/activity.py:None
Route
get_agent_interview_transcript
simulation_bp.route('/<simulation_id>/interviews/<agent_name>', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_agent_log
report_bp.route('/<report_id>/agent-log', methods=['GET'])
backend/app/api/report.py:None
Route
get_agent_sparklines
simulation_bp.route('/<simulation_id>/agents/sparklines', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_agent_stats
simulation_bp.route('/<simulation_id>/agent-stats', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_agents_json
simulation_bp.route('/<simulation_id>/agents.json', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_archive_zip
simulation_bp.route('/<simulation_id>/archive.zip', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_belief_drift
simulation_bp.route('/<simulation_id>/belief-drift', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_chart_svg
simulation_bp.route('/<simulation_id>/chart.svg', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_cite_bib
simulation_bp.route('/<simulation_id>/cite.bib', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_clone_json
simulation_bp.route('/<simulation_id>/clone.json', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_console_log
report_bp.route('/<report_id>/console-log', methods=['GET'])
backend/app/api/report.py:None
Route
get_cost_json
simulation_bp.route('/<simulation_id>/cost.json', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_counterfactual_drift
simulation_bp.route('/<simulation_id>/counterfactual', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_country
countries_bp.route('/<code>', methods=['GET'])
backend/app/api/countries.py:None
Route
get_demographic_breakdown
simulation_bp.route('/<simulation_id>/demographics', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_director_events
simulation_bp.route('/<simulation_id>/director/events', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_dkg_citation
simulation_bp.route('/<simulation_id>/dkg-citation', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_ecosystem_catalog
surfaces_bp.route("/ecosystem.json", methods=["GET"])
backend/app/api/surfaces.py:None
Route
get_embed_summary
simulation_bp.route('/<simulation_id>/embed-summary', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_entities_by_type
simulation_bp.route('/entities/<graph_id>/by-type/<entity_type>', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_entity_detail
simulation_bp.route('/entities/<graph_id>/<entity_uuid>', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_env_status
simulation_bp.route('/env-status', methods=['POST'])
backend/app/api/simulation.py:None
Route
get_events
observability_bp.route('/events')
backend/app/api/observability.py:None
Route
get_filter_schema
countries_bp.route('/<code>/filter-schema', methods=['GET'])
backend/app/api/countries.py:None
Route
get_frame_metadata
simulation_bp.route('/<simulation_id>/frame-metadata', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_generate_status
report_bp.route('/generate/status', methods=['POST'])
backend/app/api/report.py:None
Route
get_graph_data
graph_bp.route('/data/<graph_id>', methods=['GET'])
backend/app/api/graph.py:None
Route
get_graph_entities
simulation_bp.route('/entities/<graph_id>', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_graph_statistics_tool
report_bp.route('/tools/statistics', methods=['POST'])
backend/app/api/report.py:None
Route
get_influence_leaderboard
simulation_bp.route('/<simulation_id>/influence', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_interaction_network
simulation_bp.route('/<simulation_id>/interaction-network', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_interview_history
simulation_bp.route('/interview/history', methods=['POST'])
backend/app/api/simulation.py:None
Route
get_llm_calls
observability_bp.route('/llm-calls')
backend/app/api/observability.py:None
Route
get_notebook_ipynb
simulation_bp.route('/<simulation_id>/notebook.ipynb', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_outcome_distribution
stats_bp.route("/distribution.json", methods=["GET"])
backend/app/api/stats.py:None
Route
get_peak_round
simulation_bp.route('/<simulation_id>/peak-round', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_platform_stats
stats_bp.route("", methods=["GET"])
backend/app/api/stats.py:None
Route
get_platform_stats_badge
stats_bp.route("/badge.svg", methods=["GET"])
backend/app/api/stats.py:None
Route
get_platform_status
status_bp.route("/status.json", methods=["GET"])
backend/app/api/status.py:None
Route
get_polymarket_json
simulation_bp.route('/<simulation_id>/polymarket.json', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_prepare_status
simulation_bp.route('/prepare/status', methods=['POST'])
backend/app/api/simulation.py:None
Route
get_project
graph_bp.route('/project/<project_id>', methods=['GET'])
backend/app/api/graph.py:None
Route
get_project_stats
project_stats_bp.route("/<project_id>/stats", methods=["GET"])
backend/app/api/stats.py:None
Route
get_push_vapid_public_key
simulation_bp.route('/push/vapid-public-key', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_replay_gif
simulation_bp.route('/<simulation_id>/replay.gif', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_report
report_bp.route('/<report_id>', methods=['GET'])
backend/app/api/report.py:None
Route
get_report_by_simulation
report_bp.route('/by-simulation/<simulation_id>', methods=['GET'])
backend/app/api/report.py:None
Route
get_reproduce_config
simulation_bp.route('/<simulation_id>/reproduce.json', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_run_status
simulation_bp.route('/<simulation_id>/run-status', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_run_status_detail
simulation_bp.route('/<simulation_id>/run-status/detail', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_settings
settings_bp.route('', methods=['GET'])
backend/app/api/settings.py:None
Route
get_share_card
simulation_bp.route('/<simulation_id>/share-card.png', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_signal_json
simulation_bp.route('/<simulation_id>/signal.json', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_signed_result_json
simulation_bp.route('/<simulation_id>/signed-result.json', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation
simulation_bp.route('/<simulation_id>', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_actions
simulation_bp.route('/<simulation_id>/actions', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_config
simulation_bp.route('/<simulation_id>/config', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_config_realtime
simulation_bp.route('/<simulation_id>/config/realtime', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_frame
simulation_bp.route('/<simulation_id>/frame/<int:round_num>', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_history
simulation_bp.route('/history', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_lineage
simulation_bp.route('/<simulation_id>/lineage', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_posts
simulation_bp.route('/<simulation_id>/posts', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_profiles
simulation_bp.route('/<simulation_id>/profiles', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_profiles_realtime
simulation_bp.route('/<simulation_id>/profiles/realtime', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_quality
simulation_bp.route('/<simulation_id>/quality', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_simulation_timeline
simulation_bp.route('/<simulation_id>/timeline', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_stats
observability_bp.route('/stats')
backend/app/api/observability.py:None
Route
get_status_badge_svg
simulation_bp.route('/<simulation_id>/badge.svg', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_surface_stats
simulation_bp.route('/<simulation_id>/surface-stats', methods=['GET'])
backend/app/api/simulation.py:None
Route
get_surfaces_catalog
surfaces_bp.route("/surfaces.json", methods=["GET"])
backend/app/api/surfaces.py:None
Route
get_task
graph_bp.route('/task/<task_id>', methods=['GET'])
backend/app/api/graph.py:None
Route
get_template
templates_bp.route('/<template_id>', methods=['GET'])
backend/app/api/templates.py:None
Route
get_template_capabilities
templates_bp.route('/capabilities', methods=['GET'])
backend/app/api/templates.py:None
Route
get_thread_json
simulation_bp.route('/<simulation_id>/thread.json', methods=['GET'])
backend/app/api/simulation.py:None
next →
1–100 of 175, ranked by callers