Required. The resource name of the Evaluation to get. projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}/evaluations/{evaluation} It takes the form projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorversion}/evaluations/{evaluation}.
Authorization requires the following IAM permission on the specified resource name:
documentai.evaluations.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Evaluation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[[["\u003cp\u003eThis endpoint, \u003ccode\u003eprojects.locations.processors.processorVersions.evaluations.get\u003c/code\u003e, retrieves a specific evaluation resource.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses the \u003ccode\u003eGET\u003c/code\u003e method, with the resource name specified as a path parameter in the URL.\u003c/p\u003e\n"],["\u003cp\u003eThe resource name \u003ccode\u003ename\u003c/code\u003e is a required string parameter in the form of \u003ccode\u003eprojects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorversion}/evaluations/{evaluation}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response returns an instance of the \u003ccode\u003eEvaluation\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eAccessing this endpoint requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the \u003ccode\u003edocumentai.evaluations.get\u003c/code\u003e IAM permission.\u003c/p\u003e\n"]]],[],null,["# Method: evaluations.get\n\n**Full name**: projects.locations.processors.processorVersions.evaluations.get\n\nRetrieves a specific evaluation.\n\n### HTTP request\n\n`GET https://{endpoint}/v1/{name}`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/document-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Evaluation](/document-ai/docs/reference/rest/v1/projects.locations.processors.processorVersions.evaluations#Evaluation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `documentai.evaluations.get`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]