edits
Get Run Edits
Gets all edits in a project/run/split.
:param project_id: project_id :param run_id: run_id :param split: split :param include_exported: Whether to also query exported (past) edits. Default True. If True, return will include historical edits that have already been exported
GET
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
edits
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: truescope
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
requiredreviewers
object[]
Was this page helpful?