Required. The parent (project and location) which owns this collection of Processors. Format: projects/{project}/locations/{location} It takes the form projects/{project}/locations/{location}.
Authorization requires the following IAM permission on the specified resource parent:
documentai.processors.list
Query parameters
Parameters
pageSize
integer
The maximum number of processors to return. If unspecified, at most 50 processors will be returned. The maximum value is 100. Values above 100 will be coerced to 100.
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 2024-04-07 UTC."],[[["This webpage details the `projects.locations.processors.list` method, which is used to retrieve a list of processors within a specified project and location."],["The HTTP request is a `GET` request directed to `https://{endpoint}/v1beta3/{parent}/processors`, where `{parent}` indicates the project and location in the format `projects/{project}/locations/{location}`."],["The `parent` parameter is required and the necessary authorization to use this method requires the `documentai.processors.list` IAM permission on the parent resource."],["Optional query parameters include `pageSize` to control the maximum number of processors returned (up to 100), and `pageToken` for paginated results based on creation time."],["The response body, if the request is successful, will return a JSON object containing an array of `processors` and a `nextPageToken` string to get further processors if available."]]],[]]