Skip to main content
GET
List pipeline detections

Path Parameters

workspaceId
string<uuid>
required

Workspace identifier.

pipelineId
string<uuid>
required

Id of the pipeline.

Query Parameters

after
string

Cursor pointing to the last item of the previous page. Obtain this from the nextCursor field in the response.

includeCount
boolean
default:false

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.

limit
integer<uint32>

The maximum number of records to return (1-100, default: 20).

Required range: 1 <= x <= 100
documentId
string<uuid>

Filter by the source document the detection analyzes.

status

Filter by detection status.

Allowed value: "pending"
triggerType

Filter by how the detection was initiated (user vs system).

Allowed value: "user"
triggeredBy
string<uuid>

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.

items
object[]
required

Items in this page.

nextCursor
string

Cursor to fetch the next page. Present only when more items exist.

total
integer<int64>

Total count of items matching the query (if requested).