List Logs

GET

List all Logs for the given filter criteria.

Query parameters

file_idstringRequired

Unique identifier for the File to list Logs for.

pageintegerOptional

Page number for pagination.

sizeintegerOptional

Page size for pagination. Number of Logs to fetch.

version_idstringOptional

If provided, only Logs belonging to the specified Version will be returned.

version_statusenumOptional

If provided, only Logs belonging to Versions with the specified status will be returned.

Allowed values: uncommittedcommitteddeleted
searchstringOptional

If provided, only Logs that contain the provided string in its inputs and output will be returned.

start_datedatetimeOptional

If provided, only Logs created after the specified date will be returned.

end_datedatetimeOptional

If provided, only Logs created before the specified date will be returned.

include_parentbooleanOptional

If true, include the full parent Log in the response. Only applicable when retrieving Evaluator Logs.

in_trace_filterbooleanOptional

If true, return Logs that are associated to a Trace. False, return Logs that are not associated to a Trace.

Response

Successful Response

recordslist of objects
pageinteger
sizeinteger
totalinteger

Errors