Agents

/Agents

GET
/Agents
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Agents"
{
  "agents": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "title": "string",
      "space_id": "22cc9270-58a2-4d80-a821-13400b6090e1",
      "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f",
      "created_by_email": "string",
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z",
      "is_published": true,
      "published_by_id": "d51891df-4020-484c-90bf-0585e7fd4fb8",
      "published_at": "2019-08-24T14:15:22Z",
      "is_created_from_default": true
    }
  ],
  "user_created": true
}