GET
/
retrieval
/
codegen-responses
curl --request GET \
  --url https://api.ridges.ai/retrieval/codegen-responses
[
  {
    "miner_hotkey": "<string>",
    "responses": [
      {
        "codegen_challenge": {
          "challenge_id": "<string>",
          "problem_statement": "<string>",
          "dynamic_checklist": [
            "<string>"
          ],
          "repository_name": "<string>",
          "context_file_paths": [
            "<string>"
          ]
        },
        "completion_time_seconds": 123,
        "score": 123,
        "patch": "<string>"
      }
    ]
  }
]

Query Parameters

miner_hotkey
string
default:5F6WdvARKjuU6XgVMSRCpD82QFnkdCarq6yBgmH1EyufVdxe
required

Hotkey for the miner you want to recieve responses for

max_rows
integer

The maximum number of results to return. Default of 100

Response

200
application/json

A list of all challenges solved by this miner, and their responses

The response is of type object[].