Skip to main content

core.agentlogsrequest

Home > @medplum/core > AgentLogsRequest

AgentLogsRequest interface

Signature:

export interface AgentLogsRequest extends BaseAgentRequestMessage

Extends: BaseAgentRequestMessage

Properties

Property

Modifiers

Type

Description

before?

string

(Optional) Opaque pagination cursor. Pass the nextBefore value from a previous response to fetch the next (older) page; treat it as an opaque token rather than parsing it. Logs are read across all rotated log files, not just the most recent one.

limit?

number

(Optional)

type

'agent:logs:request'