Skip to main content
GET
List recent generation runs for a given prompt

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sender_profile_id
string
required

Sender profile UUID

prompt_source
enum<string>
required
Available options:
named,
custom_prompt
prompt_name
string | null

Required when prompt_source='named'; ignored otherwise.

limit
integer
default:15
Required range: 1 <= x <= 50

Response

Successful Response

runs
RunSummary · object[]
required
has_more
boolean
default:false