Skip to main content
GET
Get the latest generation run

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

modelId
string<uuid>
required

UUID of the shared model the suggestions belong to

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

The latest generation run, or null

The most recent generation run or null if no runs exist.

run
object
required

The most recent run for this model or null if none exists.