Skip to main content

Retrieves model info

GET 

https://apis.<domain>/iot/models/:modelId

Authorization: http

name: bearerTokentype: httpscheme: bearerin: headerdescription: Authorization Header: `Authorization: Bearer <user_token>`

Retrieves model info.

Authorization Action:

core:models:get

Request

Path Parameters

    modelId uuidrequired

    Unique model identifier.

Responses

Model details retrieved successfully.

Schema
    id uuid

    Unique model identifier.

    name string

    Free-form model name.

    description string

    Free-form model description.

    metadata object

    Arbitrary, object-encoded model data.

    tags string[]

    List of tags associated with the model.

    tenants string[]

    List of tenants that can access this model.

    image string

    URL to model image.

    created_at date-time

    Time when the model was created.

    updated_at date-time

    Time when the model was last updated.

curl -L -X GET 'https://apis.<domain>/iot/models/:modelId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://apis.<domain>
Auth
Parameters
— pathrequired