Required. The parent (project and location) which owns this collection of Processors. Format:projects/{project}/locations/{location}It takes the formprojects/{project}/locations/{location}.
Authorization requires the followingIAMpermission on the specified resourceparent:
documentai.processors.list
Query parameters
Parameters
pageSize
integer
The maximum number of processors to return. If unspecified, at most50processors will be returned. The maximum value is100. Values above100will be coerced to100.
pageToken
string
We will return the processors sorted by creation time. The page token will point to the next processor.
[[["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 webpage details the \u003ccode\u003eprojects.locations.processors.list\u003c/code\u003e method, which is used to retrieve a list of processors within a specified project and location.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003eGET\u003c/code\u003e request directed to \u003ccode\u003ehttps://{endpoint}/v1beta3/{parent}/processors\u003c/code\u003e, where \u003ccode\u003e{parent}\u003c/code\u003e indicates the project and location in the format \u003ccode\u003eprojects/{project}/locations/{location}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e parameter is required and the necessary authorization to use this method requires the \u003ccode\u003edocumentai.processors.list\u003c/code\u003e IAM permission on the parent resource.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters include \u003ccode\u003epageSize\u003c/code\u003e to control the maximum number of processors returned (up to 100), and \u003ccode\u003epageToken\u003c/code\u003e for paginated results based on creation time.\u003c/p\u003e\n"],["\u003cp\u003eThe response body, if the request is successful, will return a JSON object containing an array of \u003ccode\u003eprocessors\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e string to get further processors if available.\u003c/p\u003e\n"]]],[],null,["# Method: processors.list\n\n**Full name**: projects.locations.processors.list\n\nLists all processors which belong to this project.\n\n### HTTP request\n\n`GET https://{endpoint}/v1beta3/{parent}/processors`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/document-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for the [processors.list](/document-ai/docs/reference/rest/v1beta3/projects.locations.processors/list#google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessors) method.\n\nIf successful, the response body contains data with the following structure:\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 `parent` resource:\n\n- `documentai.processors.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]