List Logs
List all Logs for the given filter criteria.
Headers
X-API-KEY
Query parameters
file_id
Unique identifier for the File to list Logs for.
page
Page number for pagination.
size
Page size for pagination. Number of Logs to fetch.
version_id
If provided, only Logs belonging to the specified Version will be returned.
id
If provided, returns Logs whose IDs contain any of the specified values as substrings.
search
If provided, only Logs that contain the provided string in its inputs and output will be returned.
metadata_search
If provided, only Logs that contain the provided string in its metadata will be returned.
start_date
If provided, only Logs created after the specified date will be returned.
end_date
If provided, only Logs created before the specified date will be returned.
include_parent
If true, include the full parent Log in the response. Only applicable when retrieving Evaluator Logs.
in_trace_filter
If true, return Logs that are associated to a Trace. False, return Logs that are not associated to a Trace.
sample
If provided, limit the response to a random subset of logs from the filtered results. (This will be an approximate sample, not a strict limit.)
include_trace_children
If true, populate trace_children
for the retrieved Logs. Only applicable when retrieving Flow or Agent Logs.
Response
Successful Response
records
page
size
total