Skip to main content
GET
List redaction jobs

Authorizations

Authorization
string
header
required

Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.

Query Parameters

owner
string

Tenant owner for machine-to-machine requests

limit
integer
default:100

Number of items per page

Required range: x >= 1
cursor
string

Cursor for pagination

orderDirection
enum<string>
default:asc
Available options:
asc,
desc
orderBy
enum<string>
default:id

The column to order the results by, defaults to id

Available options:
id,
createdOn,
completedOn,
status
filter
object

One or more columns and their values on which to filter results

Response

Paginated list of redaction jobs

pagination
object
redactions
object[]