1---
2id: list
3title: "List Evals"
4description: "Return all evals available to run in the runtime."
5sidebar_label: "List Evals"
6hide_title: true
7hide_table_of_contents: true
8api: eJydVMFu2zAM/RWBZzdJe1p9K4ZgGNDLtu4UGCkrM7FaWVIl2m1g+N8HKk6aZAUG7GSZtN8T33vSAIzbBOUKlj3aDtl4l6AqoKakownyDiX8JO6iU2itoh5tUtijsfhkSbFXsXPKOMUNyZJNSzMowAeKGe97DSVYkxgKiJSCd4kSlAPcLBbyOKe6+4RjAv8VjD5SQAHaOybHgoEhWKMz3fw5CdAASTfUoqx4FwhKwBhxBwUYpjad1P3TM+n97l47E6kWPRxmjhoZE0kzaR8pZnFClOHY7Mc4fPIBmDgat4XxQsZDf3X4oADXWQvVWOzpPkM40P57jMM/41gAG7ZSuzeJxdmlpVakkh69YxukuxomWnhx/i2tW+QGLq3/0VHKqVCb6Fu1MTGx2hHGQnWupriNWHfIpORvJdjpRLYSpLw+lI/DrKSuhS1Ev6GUfFxbvzUa7Vp7l0xicnoH1ViNeaCWuPESpG02I8hWS5j31/McFsGm2O+xB+iihRIa5lDO59ZrtI1PXH5Z3C7+GvBe2qqmnqwPIpLaI83UV+82ZttFUm+GG/V4dSWIjzMYK6HTXTS8y3wYzPqFZF1Jz7iNz8ZMLnxE9pz6oSGVJNT1Saqt0eRSDsPkzl1A3dDVzUw2b2pybDaG4nlnLEDG3wNfz25nN1IKPnGL7gRMEqGWk2YX8TweqP868FMMmd55HiwaJxvITgyTXyvor6GAvWNVAWKKVIfhCRP9jnYcpfzaUcxaFtBjNMKalS2gIaxl8NUAWW6405qCBEJur3w4Li8C8eMYnm/LBxjHPxrRtTI=
9sidebar_class_name: "get api-method"
10info_path: docs/api/HTTP/runtime
11custom_edit_url: null
12proxy: http://localhost:8090
13---
14
15import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
16import ParamsDetails from "@theme/ParamsDetails";
17import RequestSchema from "@theme/RequestSchema";
18import StatusCodes from "@theme/StatusCodes";
19import OperationTabs from "@theme/OperationTabs";
20import TabItem from "@theme/TabItem";
21import Heading from "@theme/Heading";
22
23<Heading
24 as={"h1"}
25 className={"openapi__heading"}
26 children={"List Evals"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"get"}
32 path={"/v1/evals"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40Return all evals available to run in the runtime.
41
42<ParamsDetails
43 parameters={undefined}
44>
45
46</ParamsDetails>
47
48<RequestSchema
49 title={"Body"}
50 body={undefined}
51>
52
53</RequestSchema>
54
55<StatusCodes
56 id={undefined}
57 label={undefined}
58 responses={{"200":{"description":"All evals available in the Spice runtime","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","required":["name","dataset","scorers"],"properties":{"dataset":{"type":"string"},"description":{"type":["string","null"]},"name":{"type":"string"},"scorers":{"type":"array","items":{"type":"string"}}},"title":"ListEvalElement"}},"example":[{"name":"knows_math","description":"Questions from first year, undergraduate math exams","dataset":"math_exams","scorers":["match","professor_logical_consistency"]}]}}}}}
59>
60
61</StatusCodes>
62
63
64
1---
2id: list
3title: "List Evals"
4description: "Return all evals available to run in the runtime."
5sidebar_label: "List Evals"
6hide_title: true
7hide_table_of_contents: true
8api: eJydVMFu2zAM/RWBZzdJe1p9K4ZgGNDLtu4UGCkrM7FaWVIl2m1g+N8HKk6aZAUG7GSZtN8T33vSAIzbBOUKlj3aDtl4l6AqoKakownyDiX8JO6iU2itoh5tUtijsfhkSbFXsXPKOMUNyZJNSzMowAeKGe97DSVYkxgKiJSCd4kSlAPcLBbyOKe6+4RjAv8VjD5SQAHaOybHgoEhWKMz3fw5CdAASTfUoqx4FwhKwBhxBwUYpjad1P3TM+n97l47E6kWPRxmjhoZE0kzaR8pZnFClOHY7Mc4fPIBmDgat4XxQsZDf3X4oADXWQvVWOzpPkM40P57jMM/41gAG7ZSuzeJxdmlpVakkh69YxukuxomWnhx/i2tW+QGLq3/0VHKqVCb6Fu1MTGx2hHGQnWupriNWHfIpORvJdjpRLYSpLw+lI/DrKSuhS1Ev6GUfFxbvzUa7Vp7l0xicnoH1ViNeaCWuPESpG02I8hWS5j31/McFsGm2O+xB+iihRIa5lDO59ZrtI1PXH5Z3C7+GvBe2qqmnqwPIpLaI83UV+82ZttFUm+GG/V4dSWIjzMYK6HTXTS8y3wYzPqFZF1Jz7iNz8ZMLnxE9pz6oSGVJNT1Saqt0eRSDsPkzl1A3dDVzUw2b2pybDaG4nlnLEDG3wNfz25nN1IKPnGL7gRMEqGWk2YX8TweqP868FMMmd55HiwaJxvITgyTXyvor6GAvWNVAWKKVIfhCRP9jnYcpfzaUcxaFtBjNMKalS2gIaxl8NUAWW6405qCBEJur3w4Li8C8eMYnm/LBxjHPxrRtTI=
9sidebar_class_name: "get api-method"
10info_path: docs/api/HTTP/runtime
11custom_edit_url: null
12proxy: http://localhost:8090
13---
14
15import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
16import ParamsDetails from "@theme/ParamsDetails";
17import RequestSchema from "@theme/RequestSchema";
18import StatusCodes from "@theme/StatusCodes";
19import OperationTabs from "@theme/OperationTabs";
20import TabItem from "@theme/TabItem";
21import Heading from "@theme/Heading";
22
23<Heading
24 as={"h1"}
25 className={"openapi__heading"}
26 children={"List Evals"}
27>
28</Heading>
29
30<MethodEndpoint
31 method={"get"}
32 path={"/v1/evals"}
33 context={"endpoint"}
34>
35
36</MethodEndpoint>
37
38
39
40Return all evals available to run in the runtime.
41
42<ParamsDetails
43 parameters={undefined}
44>
45
46</ParamsDetails>
47
48<RequestSchema
49 title={"Body"}
50 body={undefined}
51>
52
53</RequestSchema>
54
55<StatusCodes
56 id={undefined}
57 label={undefined}
58 responses={{"200":{"description":"All evals available in the Spice runtime","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","required":["name","dataset","scorers"],"properties":{"dataset":{"type":"string"},"description":{"type":["string","null"]},"name":{"type":"string"},"scorers":{"type":"array","items":{"type":"string"}}},"title":"ListEvalElement"}},"example":[{"name":"knows_math","description":"Questions from first year, undergraduate math exams","dataset":"math_exams","scorers":["match","professor_logical_consistency"]}]}}}}}
59>
60
61</StatusCodes>
62
63
64