Skip to main content
GET
Retrieve session execution logs with pagination and filtering. Use this to monitor flow executions, track errors, and audit session activity.
string
required
Your API key (prefixed with wh_).
integer
default:"0"
Page number (zero-based).
integer
default:"10"
Number of items per page (1-100).
string
Column name to order results by.
string
default:"ASC"
Sort direction. ASC or DESC.
string
Filter by workspace UUID.
string
Filter by date range. One of today, last7days, last15days, last30days.
string
Filter by a specific session UUID.
string
Filter by session status. One of running, completed, timeout, error.