Skip to main content
GET
/
agent-workers
/
projects
/
{project_reference}
/
workers
List connected agent workers
curl --request GET \
  --url https://api.veryfront.com/agent-workers/projects/{project_reference}/workers \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "implementation_kind": "<string>",
      "worker_key": "<string>",
      "display_name": "<string>",
      "status": "active",
      "last_heartbeat_at": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "metadata": null
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
Minimum string length: 1

Response

200 - application/json

Agent workers connected to the project

data
object[]
required