Get all instances for a project
created_at
instance_status
instance_type_fid
asc
desc
it_abc123456
us-central1-a
Comma-separated list of instance statuses
Comma-separated list of order types
Comma-separated list of bid FIDs
Comma-separated list of reservation FIDs
GET /v2/instances HTTP/1.1 Host: api.mlfoundry.com Authorization: Bearer fkey_<key> Accept: */*
Successful Response
{ "data": [ { "fid": "inst_abc123456", "name": "text", "project": "proj_abc123456", "created_at": "2024-01-01T00:00:00Z", "instance_type": "it_abc123456", "region": "us-central1-a", "bid": "bid_abc123456", "reservation": "res_abc123456", "ssh_destination": "text", "private_ip": "text", "status": "STATUS_RUNNING" } ], "next_cursor": "text" }