MuleSoft Forge
GitHub
  • MuleSoft Forge Initiative
    • Overview
    • How to Contribute
  • Connectors
    • mule-idp-connector
      • Set Up
      • Operations
        • Service IDP - Execution - Submit
        • Service IDP - Execution Result - Retrieve
        • Service IDP - Review Tasks - List
        • Service IDP - Review Task - Delete
        • Service IDP - Review Task - Update
        • Platform IDP - Actions - List
        • Platform IDP - Action Versions - List
        • Deprecated 1.0.1 - Utils IDP - PDF - ExtractText
        • Deprecated 1.0.1 - Utils IDP - PDF - RemovePages
      • docs.mulesoft.com
      • MuleSoft IDP Universal ๐ŸŒ REST Smart Connector ๐Ÿ”Œ
  • Modules
    • mule-pdfbox-module
      • Set Up
      • Operations
        • Apache PDFBox - Extract Text
        • Apache PDFBox - Filter Pages
        • Apache PDFBox - Get Info
        • Apache PDFBox - Merge PDFs
        • Apache PDFBox - Rotate Pages
        • Apache PDFBox - Split Pages
Powered by GitBook
On this page
  1. Connectors
  2. mule-idp-connector
  3. Operations

Service IDP - Review Tasks - List

Lists by Page your Pending Review Tasks

PreviousService IDP - Execution Result - RetrieveNextService IDP - Review Task - Delete

Last updated 2 months ago

Equivalent to


Configuration:


Underlying API:

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

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
500
Internal Server Error
application/problem+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-06-16T12:36:14.911Z",
    "docOperationId": "123e4567-e89b-12d3-a456-426614174000"
  }
]
  • Configuration:
  • Underlying API:
  • GETGet a list of all executions requiring manual review, across actions, that the requesting user has permission to review