diff --git a/docs/docs/reference/api/fetch-evaluation-ids-evaluations-by-resource-get.api.mdx b/docs/docs/reference/api/fetch-evaluation-ids-evaluations-by-resource-get.api.mdx index 9cded22bc4..a77da8ef08 100644 --- a/docs/docs/reference/api/fetch-evaluation-ids-evaluations-by-resource-get.api.mdx +++ b/docs/docs/reference/api/fetch-evaluation-ids-evaluations-by-resource-get.api.mdx @@ -29,99 +29,80 @@ import TabItem from "@theme/TabItem"; as={"h1"} className={"openapi__heading"} children={"Fetch Evaluation Ids"} -> - +> - - - - +> Fetches evaluation ids for a given resource type and id. Arguments: - resource_type (str): The type of resource for which to fetch evaluations. - resource_ids List[ObjectId]: The IDs of resource for which to fetch evaluations. +resource_type (str): The type of resource for which to fetch evaluations. +resource_ids List[ObjectId]: The IDs of resource for which to fetch evaluations. Raises: - HTTPException: If the resource_type is invalid or access is denied. +HTTPException: If the resource_type is invalid or access is denied. Returns: - List[str]: A list of evaluation ids. +List[str]: A list of evaluation ids. - +>
- -

+ +

Query Parameters

-
+

+
-
+ +
- - + + +
Successful Response
- - - Successful Response - - -
- - - - + + + +
- - Schema - -
- -
    + Schema + +
    +
    • Array [
      -
    • +
      - - string - - -
    • +
    • +
    • ]
-
+ - - + >
-
+ + +
Validation Error
- - - Validation Error - - -
- - - - + + + +
- - Schema - -
- -
    - + Schema + +
    +
      +
      - - - + + + detail - - object[] + + + object[] -
      +
      +
    • Array [
      -
    • + @@ -267,103 +223,109 @@ Returns: style={{}} className={"openapi-markdown__details"} > - - + + loc - - object[] - + + object[] + + - - + required -
      +
      +
    • Array [
      -
    • - + +
      + anyOf - + +
      - - string - -
      -
      +
      - - integer - -
      -
    • +
    • +
    • ]
    • -
      + - - + - -
    • + schema={{ type: "string", title: "Error Type" }} + > +
    • ]
      @@ -373,16 +335,17 @@ Returns:
-
+ - - + >
@@ -392,4 +355,3 @@ Returns:
- \ No newline at end of file