anatools.client.channellogs module

Channel Log Functions

get_channel_log(self, channelId, workspaceId, runId, loglevel=None)

Shows channel log information to the user.

Parameters
  • channelId (str) – Filter run list on the specific channelId.

  • workspaceId (str) – Filter run list on the specific workspaceId.

  • runId (str) – Filter run list on the specific runId.

  • loglevel (str) – Filter channel log by loglevel

Returns

Get log information by runId

Return type

list[dict]

get_channel_runs(self, channelId, datasetId, state=None)

Shows all channel run information to the user. Can filter by datasetId and state.

Parameters
  • channelId (str) – Filter run list on the specific channelId.

  • datasetId (str) – Required. Filter run list on the specific datasetId.

  • state (str) – Filter run list by status

Returns

List of run associated with datasetId or state.

Return type

list[dict]