Find Data Reviews
Returns the data reviews under the provided search parameters.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.
Defaults to 1000. Will throw if larger than 1000.
To be deprecated. Use archivedStatuses instead. Allows for inclusion of archived data reviews in search results alongside non-archived ones. Defaults to false if not specified.
Filters search on data reviews based on the archived statuses provided. Default is NOT_ARCHIVED only if none are provided.
Response
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.