List Jobs (Paginated)
const url = 'https://example.com/v1/jobs/list?limit=20&sort=newest';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://example.com/v1/jobs/list?limit=20&sort=newest'List pipeline runs for the current account.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Filter by project
Filter by project
Filter by VLA type
Filter by VLA type
Filter: vla, reward, vla_w_reward
Filter: vla, reward, vla_w_reward
Search job description, model, or dataset
Search job description, model, or dataset
Scope to this account (the dashboard’s active account). Membership is verified upstream; a non-member gets 403.
Scope to this account (the dashboard’s active account). Membership is verified upstream; a non-member gets 403.
Pagination cursor
Pagination cursor
Header Parameters
Section titled “Header Parameters ”Responses
Section titled “ Responses ”Paginated list of training jobs
object
object
Latest phase status
Latest phase name
Fixed public projection of durable pipeline inputs.
Storage locations, read capabilities, internal principals, compute overrides, and the raw run snapshot are deliberately not representable.
object
object
object
object
Whether more items exist after this page
Cursor for the next page
Total matching items
Example
{ "items": [ { "metadata": { "vla_type": "act", "job_type": "vla", "use_rabc": false } } ]}Invalid or missing API key
Standard error response.
object
Error message describing what went wrong
Example generated
{ "detail": "example"}Invalid pagination parameters