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 endpoint lists all processors associated with a specific project and location, as defined by the `parent` parameter."],["The request requires a `GET` HTTP method with a specific URL structure, including the project and location details in the format `projects/{project}/locations/{location}`."],["The number of processors returned can be controlled using the `pageSize` query parameter, with a maximum limit of 100, and `pageToken` allows for the navigation through the list."],["The response includes a list of `processors` and a `nextPageToken`, if there are more processors to be retrieved."],["To use this endpoint, the caller must have the `documentai.processors.list` IAM permission on the specified `parent` resource, and possess a valid `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]