GET
/
v2
/
workspace
/
{workspaceId}
/
interactions
curl --request GET \
  --url https://api.gptmaker.ai/v2/workspace/{workspaceId}/interactions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "agentId": "<string>",
    "agentName": "<string>",
    "agentAvatar": "<string>",
    "chatId": "<string>",
    "chatName": "<string>",
    "status": "RUNNING",
    "startAt": "2023-11-07T05:31:56Z",
    "transferAt": "2023-11-07T05:31:56Z",
    "resolvedAt": "2023-11-07T05:31:56Z",
    "userId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

ID do workspace

Query Parameters

agentId
string

ID do agente para filtrar os atendimentos

page
integer

Número da página

pageSize
integer

Tamanho da página

Response

200
application/json

Lista de atendimentos

The response is of type object[].