get
https://fountondev.datapoem.ai/api/v1/models
Get all models for a project.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Get all models for a project.
Retrieve all models associated with your project. Returns a list of models with their names, current status, and creation timestamps. Optionally filter by status to narrow results to models currently in a specific state — for example, to list only models that are actively training or ready for inference.
Authentication: Include your API key in the X-API-KEY request header.
Query parameter description:
| Parameter | Description |
|---|---|
type | Optional. Filter the results by model status. When omitted, all models in the project are returned regardless of status. Accepted values: "training", "inference", "tuning", "attribution". |
Response field descriptions:
| Field | Description |
|---|---|
name | The name of the model as set during the training job. |
status | The current state of the model. Possible values: "training", the model is actively being trained; "inference", the model is ready for or currently running inference; "tuning", the model is undergoing hyperparameter tuning; "attribution", the model is running attribution analysis. |
created_at | The date and time the model was created, in ISO 8601 format. |