curl --request GET \
--url https://api.example.com/api/v1/personalize/generations \
--header 'Authorization: Bearer <token>'{
"runs": [
{
"run_id": "<string>",
"prompt_source": "named",
"n_leads": 123,
"n_completed": 123,
"n_failed": 123,
"status": "in_progress",
"started_at": "<string>",
"prompt_name": "<string>",
"completed_at": "<string>"
}
],
"has_more": false
}curl --request GET \
--url https://api.example.com/api/v1/personalize/generations \
--header 'Authorization: Bearer <token>'{
"runs": [
{
"run_id": "<string>",
"prompt_source": "named",
"n_leads": 123,
"n_completed": 123,
"n_failed": 123,
"status": "in_progress",
"started_at": "<string>",
"prompt_name": "<string>",
"completed_at": "<string>"
}
],
"has_more": false
}Documentation Index
Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Sender profile UUID
named, custom_prompt Required when prompt_source='named'; ignored otherwise.
1 <= x <= 50