ListJournalRecordsRequest

Request structure for listing journal records with filtering and pagination support

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the agent space containing the execution

Link copied to clipboard

The unique identifier of the execution whose journal records to retrieve

Link copied to clipboard
val limit: Int?

Maximum number of records to return in a single response (1-100, default: 100)

Link copied to clipboard

Token for retrieving the next page of results

Link copied to clipboard

Sort order for the records based on timestamp (default: DESC)

Link copied to clipboard

Filter records by type (empty string returns all types)

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String