POST
/
projects
/
{project_id}
/
runs
/
{run_id}
/
chains
/
ingest
/
batch

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required
run_id
string
required

Query Parameters

scope
string | null
default:

Body

application/json
rows
object[]
prompt_scorers_configuration
object | null

Configure which scorers to enable for a particular prompt run.

The keys here are sorted by their approximate execution time to execute the scorers that we anticipate will be the fastest first, and the slowest last.

prompt_registered_scorers_configuration
object[] | null
prompt_customized_scorers_configuration
object[] | null
total_chains
integer
required

Total number of chains / workflows in the batch. This should match the unique root ID count and is used to determine if all chains have been ingested.

timeout_minutes
integer

Minutes to wait before concluding ingestion, regardless of how many batches of chains / chains have been successfully ingested.

Response

200 - application/json
num_rows
integer
required
message
string
required
job_id
string
required
link
string
required
num_chains
integer
required
total_chains
integer
required