Skip to content
Minotaur
+ 05 · API Reference

API · Submissions

Miner submission endpoints — the git-based submission flow (public and private-repo paths), plus per-submission status. The inline source-submission endpoint was removed in PR #599.

All endpoints below are mounted under /v1 on the validator API (https://api.minotaursubnet.com). The CORS allowlist covers https://app.minotaursubnet.com.

GET /v1/submissions

List submissions, optionally filtered by round, epoch, and/or hotkey.

Query parameters

  • round_idstr | None
  • epochint | None
  • hotkeystr | None
  • include_detailsbool

POST /v1/submissions

Submit a new IntentSolver for screening and benchmarking.

Query parameters

  • bodySubmitRequest

Response: SubmitResponse

Status code: 201

GET /v1/submissions/{submission_id}/status

Get the current status of a submission.

Path parameters

  • submission_idstr (required)

Response: StatusResponse