Skip to main content

Fetch Evaluation Status

GET 

https://cloud.agenta.ai/api/evaluations/:evaluation_id/status

Fetches the status of the evaluation.

Args: evaluation_id (str): the evaluation id request (Request): the request object

Returns: (str): the evaluation status

Request

Path Parameters

    evaluation_id Evaluation Idrequired

Responses

Successful Response

Schema

    any

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

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