logs
get_logs
Returns a list of filtered logs from a project.
Arguments:
project
- Name of the project to get logs from.context
- Context of the logs to get.column_context
- Column context of the logs to get.filter
- Boolean string to filter logs, for example:limit
- The maximum number of logs to return. Default is None (unlimited).offset
- The starting index of the logs to return. Default is 0.return_ids_only
- Whether to return only the log ids.api_key
- If specified, unify API key to be used. Defaults to the value in the
Returns:
The list of logs for the project, after optionally applying filtering.