Skip to main content

Fetch Evaluation Ids

GET 

/evaluations/by_resource

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.

Raises: HTTPException: If the resource_type is invalid or access is denied.

Returns: List[str]: A list of evaluation ids.

Request

Query Parameters

    resource_type Resource Typerequired
    resource_ids string[]

Responses

Successful Response
Schema
  • Array [

  • string

  • ]

Loading...