Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListLogsParams

Parameters for the listLogs operation.

Hierarchy

  • ListLogsParams

Index

Properties

assistantId

assistantId: string

Unique identifier of the assistant. To find the assistant ID in the Watson Assistant user interface, open the assistant settings and click API Details. For information about creating assistants, see the documentation.

Note: Currently, the v2 API does not support creating assistants.

Optional cursor

cursor: string

A token identifying the page of results to retrieve.

Optional filter

filter: string

A cacheable parameter that limits the results to those matching the specified filter. 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