Skip to main content
GET
/
projects
/
{project_reference}
/
channels
/
assistants
List runtime assistants for a target
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

project_reference
string
required

Project ID or slug

Query Parameters

runtime_target_kind
enum<string>
default:production
Available options:
production,
environment,
preview_branch
target_environment_id
string<uuid> | null
target_branch_id
string<uuid> | null

Response

Runtime assistants

data
object[]
required