List review tasks.
GET
/api/admin/field-mapping/review-tasks
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/field-mapping/review-tasks \ --header 'Authorization: Bearer <token>'Lists identity-mapping review tasks for the tenant. The implementation supports filtering by status, taskType, assignedTo, and limit.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” status
string
Filter review tasks by workflow status.
taskType
string
Filter review tasks by task type.
assignedTo
string
Filter review tasks assigned to an admin or operator id.
limit
integer
Maximum number of review tasks to return.
Responses
Section titled “ Responses ”Review task list response.
Media type application/json
object
reviewTasks
required
Array<object>
object
id
required
string
tenantId
required
string
taskType
required
string
subjectId
string | null
accountId
string | null
status
required
string
priority
required
integer
assignedTo
string | null
payload
required
object
key
additional properties
dueAt
integer | null
createdAt
integer
updatedAt
integer
key
additional properties
key
additional properties
Example generated
{ "reviewTasks": [ { "id": "example", "tenantId": "example", "taskType": "example", "subjectId": "example", "accountId": "example", "status": "example", "priority": 1, "assignedTo": "example", "payload": { "additionalProperty": "example" }, "dueAt": 1, "createdAt": 1, "updatedAt": 1 } ]}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}