core.agentlogsrequest | Medplum
AgentLogsRequest interface [](/content/docs/sdk/core.agentlogsrequest#agentlogsrequest-interface "Direct link to AgentLogsRequest interface"/index.html)
Signature:
export interface AgentLogsRequest extends BaseAgentRequestMessage
Extends: BaseAgentRequestMessage
Properties [](/content/docs/sdk/core.agentlogsrequest#properties "Direct link to Properties"/index.html)
| 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' |