Skip to main content
GET
/
v1
/
simulations
List simulations
curl --request GET \
  --url https://api.example.com/v1/simulations
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string

Query Parameters

status_filter
string | null
limit
integer
default:20

Response

Successful Response