curl --request GET \
--url https://api.verial.ai/benchmarks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"created_at": "2023-11-07T05:31:56Z"
}
],
"_meta": {
"next": "<string>",
"prev": "<string>",
"limit": 123
}
}Retrieve benchmarks in your organization.
curl --request GET \
--url https://api.verial.ai/benchmarks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"created_at": "2023-11-07T05:31:56Z"
}
],
"_meta": {
"next": "<string>",
"prev": "<string>",
"limit": 123
}
}