Skip to main content
GET
List jobs

Overview

Lists your fine-tuning jobs, newest first, with cursor pagination.

Authorizations

Authorization
string
header
required

Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.

Query Parameters

limit
integer
default:20

How many jobs to return in this page. Jobs per page. Default 20, max 100.

Required range: x <= 100
Example:

20

after
string

Pagination cursor — pass the last id you saw. Job id cursor. Returns jobs created before it.

Example:

"ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"

Response

A page of jobs.

A page of fine-tuning jobs owned by the API key.

object
string
required

Always list for a page of jobs.

Example:

"list"

data
object[]
required

The page of jobs, newest first.

Example:
has_more
boolean
required

True when more jobs exist past this page.

Example:

false