GET
/
projects
/
{project_id}
/
runs
/
{run_id}
/
chains
/
{chain_id}

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required
run_id
string
required
chain_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:

Response

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