Skip to main content

Calls Query Stream

POST 

/calls/stream_query

Calls Query Stream

Request

Header Parameters

    accept Accept

    Default value: application/jsonl

Body

required

    project_id Project Id (string)required

    filter

    object

    anyOf

    op_names

    object

    anyOf

  • Array [

  • string

  • ]

  • input_refs

    object

    anyOf

  • Array [

  • string

  • ]

  • output_refs

    object

    anyOf

  • Array [

  • string

  • ]

  • parent_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • trace_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • call_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • thread_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • turn_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • trace_roots_only

    object

    anyOf

    boolean

    wb_user_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • wb_run_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • limit

    object

    anyOf

    integer

    offset

    object

    anyOf

    integer

    sort_by

    object

    anyOf

  • Array [

  • field Field (string)required
    direction Direction (string)required

    Possible values: [asc, desc]

  • ]

  • query

    object

    anyOf

    $expr objectrequired

    include_costs

    object

    Beta, subject to change. If true, the response will include any model costs for each call.

    anyOf

    boolean

    include_feedback

    object

    Beta, subject to change. If true, the response will include feedback for each call.

    anyOf

    boolean

    include_storage_size

    object

    Beta, subject to change. If true, the response will include the storage size for a call.

    anyOf

    boolean

    include_total_storage_size

    object

    Beta, subject to change. If true, the response will include the total storage size for a trace.

    anyOf

    boolean

    columns

    object

    anyOf

  • Array [

  • string

  • ]

  • expand_columns

    object

    Columns to expand, i.e. refs to other objects

    anyOf

  • Array [

  • string

  • ]

  • return_expanded_column_values

    object

    If true, the response will include raw values for expanded columns. If false, the response expand_columns will only be used for filtering and ordering. This is useful for clients that want to resolve refs themselves, e.g. for performance reasons.

    anyOf

    boolean

Responses

Successful Response

Schema

    any

Loading...