Service IDP - Review Tasks - List

Lists by Page your Pending Review Tasks

Equivalent to https://anypoint.mulesoft.com/idp/tasks


Configuration:


Underlying API:

Get a list of all executions requiring manual review, across actions, that the requesting user has permission to review

get

Get a list of all executions requiring manual review, across actions, that the requesting user has permission to review. Example URL: https://idp-rt.us-east-1.anypoint.mulesoft.com/api/v1/organizations/01f79c97-9a83-4194-b922-15b64fd7305e/reviews?page=0&size=20

Authorizations
Path parameters
organizationIdstring · uuidRequired

Your Anypoint Organisation ID (UUID). See: Find your Organization ID.

Example: 01f79c97-9a83-4194-b922-15b64fd7305e
Query parameters
pageinteger · int32Optional

Zero Based page index.

Default: 0
sizeinteger · int32Optional

Number of items per page.

Default: 20
Responses
200
Success
application/json
get
GET /api/v1/organizations/{organizationId}/reviews HTTP/1.1
Host: 
Authorization: Basic username:password
Accept: */*
[
  {
    "docActionId": "text",
    "docFileId": "123e4567-e89b-12d3-a456-426614174000",
    "docFileName": "text",
    "docOperationCreationDate": "2025-08-01T04:43:26.751Z",
    "docOperationId": "123e4567-e89b-12d3-a456-426614174000"
  }
]

Last updated