Skip to content
Endless Documentation

List Models Assets

GET
/organizations/{organization_id}/assets/models

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/organizations/org_abc123/assets/models"
{  "models": [    "string"  ]}