cURL
curl --request GET \ --url https://app.happyrobot.ai/api/v1/models \ --header 'authorization: <authorization>'
[ { "id": "<string>", "organization_id": "<string>", "use_case_id": "<string>", "created_at": "2024-01-01T01:01:01Z", "status": "pending", "name": "<string>", "description": "<string>", "from_model_id": "<string>", "trainable": false, "use_backup_for_generations": false, "use_backup_when_idle": false } ]
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
ID of the use case.
Status of the model.
pending
training
active
failed
"active"
Filter models that are trainable.
"true"
200
The response is of type object[].
object[]
Was this page helpful?