Find Data Reviews

Returns the data reviews under the provided search parameters.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
runRidsset of stringsRequired
assetRidsset of stringsRequired
checklistRefsset of objectsRequired
nextPageTokenstringOptional

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.

pageSizeintegerOptional

Defaults to 1000. Will throw if larger than 1000.

showArchivedbooleanOptional

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.

archivedStatusesset of enumsOptional

Filters search on data reviews based on the archived statuses provided. Default is NOT_ARCHIVED only if none are provided.

Allowed values:

Response

This endpoint returns an object.
dataReviewslist of objects
nextPageTokenstringOptional

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.