cURL
curl --request GET \ --url http://localhost:3000/api/models/{modelId}/states \ --header 'Authorization: Bearer <token>'
[ { "label": "<string>", "notes": "<string>", "entryState": true } ]
Retrieves all states 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 states by type
List of states
The label of the state
Additional notes about the state
Whether this state is the entry point for the state machine