cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/channels/assistants \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "model": "<string>" } ] }
Lists assistants for the selected channel target.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
production
environment
preview_branch
Runtime assistants
Show child attributes