v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
v2
executions
review
v2
executions
review

Get Pending Reviews for Execution

Get all pending reviews for a specific graph execution.

Retrieves all reviews with status "WAITING" for the specified graph execution that belong to the authenticated user. Results are ordered by creation time (oldest first) to preserve review order within the execution.

Args: graph_exec_id: ID of the graph execution to get reviews for user_id: Authenticated user ID from security dependency

Returns: List of pending review objects for the specified execution

Raises: HTTPException: - 404: If the graph execution doesn't exist or isn't owned by this user - 500: If authentication fails or database error occurs

Note: Only returns reviews owned by the authenticated user for security. Reviews with invalid status are excluded with warning logs.

get/api/review/execution/{graph_exec_id}

Path parameters

graph_exec_idstring required

Response

List of pending reviews for the execution

node_exec_idstring required

Node execution ID (primary key)

node_idstring

Node definition ID (for grouping)

user_idstring required

User ID associated with the review

graph_exec_idstring required

Graph execution ID

graph_idstring required

Graph ID

graph_versioninteger required

Graph version

instructionsstring nullable

Instructions or message for the reviewer

editableboolean required

Whether the reviewer can edit the data

status'WAITING' | 'APPROVED' | 'REJECTED' required
review_messagestring nullable

Optional message from the reviewer

was_editedboolean nullable

Whether the data was modified during review

processedboolean

Whether the review result has been processed by the execution engine

created_atstring date-time required

When the review was created

updated_atstring date-time nullable

When the review was last updated

reviewed_atstring date-time nullable

When the review was completed