Trillet AI logo

Get Omni Flow Agent

Retrieve the details of a single call agent based on its unique identifier.

GEThttps://api.trillet.ai/v1/api/omni-flow-agents/{id}

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Path Parameters

idstringrequired

The unique identifier of the agent.

{
  "workspaceId": "674b9687d56a35c024db9cce",
  "userId": "674b9687d56a35c024db9ccc",
  "name": "test",
  "llmModel": "gpt-4o-mini",
  "phoneNumberId": null,
  "status": "ready",
  "createdAt": "2025-01-19T03:18:22.604Z",
  "updatedAt": "2025-01-19T03:18:22.604Z",
  "messageChannel": "SMS"
}

Response Fields

workspaceIdstring

Workspace ID associated with the agent.

userIdstring

User ID of the agent creator.

namestring

Name of the agent.

llmModelstring

Language model used by the agent (e.g., gpt-4o-mini).

phoneNumberIdobject

The phone number ID associated with the agent, if available.

statusstring

Current status of the agent (e.g., ready).

createdAtstring

Timestamp when the agent was created.

updatedAtstring

Timestamp when the agent was last updated.

messageChannelstring

The channel used by the agent for communication (e.g., SMS).