Get Models

Get all models for a project.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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:

ParameterDescription
typeOptional. 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:

FieldDescription
nameThe name of the model as set during the training job.
statusThe 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_atThe date and time the model was created, in ISO 8601 format.

Query Params
ModelStatus | null
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json