Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListAllLogsParams

Parameters for the listAllLogs operation.

Hierarchy

  • ListAllLogsParams

Index

Properties

Optional cursor

cursor: string

A token identifying the page of results to retrieve.

filter

filter: string

A cacheable parameter that limits the results to those matching the specified filter. You must specify a filter query that includes a value for language, as well as a value for request.context.system.assistant_id, workspace_id, or request.context.metadata.deployment. These required filters must be specified using the exact match (::) operator. For more information, see the documentation.

Optional headers

headers: OutgoingHttpHeaders

Optional pageLimit

pageLimit: number

The number of records to return in each page of results.

Optional sort

sort: string

How to sort the returned log events. You can sort by request_timestamp. To reverse the sort order, prefix the parameter value with a minus sign (-).

Generated using TypeDoc