List pipeline detections
Returns detections for a specific pipeline, most recent first, with optional status, document, trigger-account, and trigger-type filters.
Path Parameters
Workspace identifier.
Id of the pipeline.
Query Parameters
Cursor pointing to the last item of the previous page.
Obtain this from the nextCursor field in the response.
Whether to include the total item count in the response's total field.
Defaults to false, since counting is an extra query; set it to true
only when the count is actually needed.
The maximum number of records to return (1-100, default: 20).
1 <= x <= 100Filter by the source document the detection analyzes.
Filter by detection status.
"pending"Filter by how the detection was initiated (user vs system).
"user"Filter by the account that triggered the detection.
Response
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.
Generic paginated response wrapper.
Provides a consistent structure for all paginated API responses with
cursor-based pagination support. When next_cursor is present, there
are more items to fetch.