edits
Get Edit Contents For Run
Gets the data for all edits in a run.
Equivalent logic to /edits/edit_id/content except for all edits in a run
GET
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
edits
/
content
Authorizations
Galileo-API-Key
string
headerrequiredPath Parameters
project_id
string
requiredrun_id
string
requiredsplit
enum<string>
requiredAvailable options:
training
, validation
, test
, inference
Query Parameters
inference_name
string | null
include_exported
boolean
default: truepage_num
integer
default: 0meta_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: falseshift_span_start_num_words
integer | null
shift_span_end_num_words
integer | null
note
string | null
edit_action
enum<string>
requiredThe 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
requiredrun_id
string
requiredsplit
enum<string>
requiredAvailable options:
training
, validation
, test
, inference
created_by
string | null
id
string
requiredcreated_at
string
requiredexported
boolean
requiredcontent
object[]
requiredhas_next_page
boolean
requiredreviewers
object[] | null
Was this page helpful?