POST
/
api
/
parea
/
v1
/
get_trace_logs

Authorizations

x-user-id
string
headerrequired

Body

application/json
page
integer
default: 1

Page number starting from 1

page_size
integer
default: 20

Number of items per page

filter_field
string | null

Field to filter on. If you want to filter by a score, you need to follow this format: 'score:{score_name}'. If you want to filter by annotation, you need to follow this format: 'annotation:{annotation_type}:{annotation_id}'.

filter_key
string | null

Filter by key when filtering on a map

filter_operator
enum<string> | null

Filter operator

Available options:
equals,
not_equals,
like,
greater_than_or_equal,
less_than_or_equal,
greater_than,
less_than,
is_null,
exists,
in,
between
filter_value
string | null

Filter value

project_name
string
required

Filter by project name

time_range
enum<string>
default: na

Time range for the logs: 1h,3h,6h,24h, 7d, 1m, 3m, 1y or na

Available options:
na,
1h,
3h,
6h,
24h,
7d,
1m,
3m,
6m,
1y
status
string | null

Filter by status: success, error

Response

200 - application/json
total
integer
required
page
integer
required
total_pages
integer
required
page_size
integer
required
results
object[]
required