GET
/
projects
/
{project_id}
/
runs
/
{run_id}
/
prompts
/
rows

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required
run_id
string
required

Query Parameters

task_type
enum<integer>

Valid task types for modeling.

We store these as ints instead of strings because we will be looking this up in the database frequently.

Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
scope
string | null
default:
sort_by
string
default: _id
sort_ascending
boolean
default: true
text_column
string | null
text_pattern
string | null
regex
boolean
default: false
starting_token
integer
default: 0
limit
integer
default: 100

Response

200 - application/json
starting_token
integer
default: 0
limit
integer
default: 100
paginated
boolean
default: false
next_starting_token
integer | null
rows
object[]