GET
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
edits
/
content

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required
run_id
string
required
split
enum<string>
required
Available options:
training,
validation,
test,
inference

Query Parameters

inference_name
string | null
include_exported
boolean
default: true
page_num
integer
default: 0
meta_cols
string[] | null
text_pat
string | null
regex
boolean | null
scope
string | null
default:

Response

200 - application/json
task
string | null
new_label
string | null
search_string
string | null
text_replacement
string | null
use_regex
boolean | null
default: false
shift_span_start_num_words
integer | null
shift_span_end_num_words
integer | null
note
string | null
edit_action
enum<string>
required

The available actions you can take in an edit.

Available options:
relabel,
delete,
select_for_label,
relabel_as_pred,
update_text,
shift_span,
add_span,
create_new_label
sample_ids
integer[]
filter
object | null
map_threshold
number | null
inference_name
string | null
project_id
string
required
run_id
string
required
split
enum<string>
required
Available options:
training,
validation,
test,
inference
created_by
string | null
id
string
required
created_at
string
required
exported
boolean
required
content
object[]
required
has_next_page
boolean
required
reviewers
object[] | null