RL
List model resources
Lists the caller's model resources.
get/rl/model-resources
Query parameters
statusstring[]
Status filters. When omitted, resources in any status are returned.
limitinteger
Maximum number of resources to return (1-100)
afterstring
Cursor for pagination
created_bystring
Filter resources in the current project by the creator ID. Pass "me" to show resources you created.
Response
List of model resources
Example response
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"error": {
"message": "Capacity is currently unavailable. Try again later.",
"occurred_at": "2026-01-02T00:00:05Z"
},
"base_model": "Qwen/Qwen3-0.6B",
"compute_config": {
"num_generator_replicas": 1
},
"lora_enabled": true,
"created_at": "2026-01-02T00:00:00Z",
"updated_at": "2026-01-02T00:00:05Z",
"created_by": "user_123"
}
],
"meta": {
"limit": 20,
"has_more": true,
"next_cursor": "123e4567-e89b-12d3-a456-426614174000"
}
}