List recent Replicate trainings
replicate_list_trainingsRetrieve the most recent training runs from your account. Use the limit parameter (1–100) to control how many are returned.
Instructions
Return the most recent training runs on the authenticated account.
Args:
limit (1-100, default 10): How many trainings to return.
Returns structuredContent: { count: number, trainings: TrainingSummary[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent training runs to return (1–100). Default 10. |