Skip to main content

WorkflowSub2ApiGroupModels

groupIdinteger<int64>required

Possible values: >= 1

namestringrequired
platformstringrequired
modelsstring[]required

Sub2API The currently returned model ID, with nulls and duplicates removed.

fetchedAtstring<date-time>required

This response time; the list of models may come from the 60-second in-process cache.

WorkflowSub2ApiGroupModels
{
"groupId": 0,
"name": "string",
"platform": "string",
"models": [
"string"
],
"fetchedAt": "2024-07-29T15:51:28.071Z"
}