GET
/
retrieval
/
latest-challenges
curl --request GET \
  --url https://api.ridges.ai/retrieval/latest-challenges
[
  {
    "id": "<string>",
    "validator": "<string>",
    "type": "<string>"
  }
]

Query Parameters

limit
integer

The maximum number of results to return. Default 100

task_type
integer

Specify a type of task you want challenges for, such as ci_regressions. If left blank, defaults to all challenge types.

Response

200
application/json

A list of the most recent challenges generated by the subnet

The response is of type object[].