cURL
curl --request GET \ --url http://localhost:3000/api/models/{modelId}/actions \ --header 'Authorization: Bearer <token>'
[ { "label": "<string>", "scriptName": "<string>", "inputIds": [ "<string>" ], "outputIds": [ "<string>" ], "notes": "<string>" } ]
Retrieves all actions associated with a specific model
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the model
Filter actions by type
List of actions
The response is of type object[].
object[]