Skip to main content

Get Evaluators Endpoint

GET 

https://cloud.agenta.ai/api/evaluators

Endpoint to fetch a list of evaluators.

Returns: List[Evaluator]: A list of evaluator objects.

Responses

Successful Response

Schema

  • Array [

  • name Name (string)required
    key Key (string)required
    direct_use Direct Use (boolean)required
    settings_template objectrequired

    description

    object

    anyOf

    string

    oss

    object

    anyOf

    boolean

    requires_llm_api_keys

    object

    anyOf

    boolean

    tags string[]required
  • ]

curl -L 'https://cloud.agenta.ai/api/evaluators' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
ResponseClear

Click the Send API Request button above and see the response here!