Skip to main content
GET
/
v0
/
activities
/
{id}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "agentId": "<string>",
  "channelProvider": "<string>",
  "threadId": "<string>",
  "direction": "<string>",
  "externalReferenceId": "<string>",
  "scheduledAt": "2023-11-07T05:31:56Z",
  "transcript": "<string>",
  "status": "<string>",
  "metadata": {},
  "fromName": "<string>",
  "from": "<string>",
  "to": [
    "<string>"
  ],
  "cc": [
    "<string>"
  ],
  "bcc": [
    "<string>"
  ],
  "subject": "<string>",
  "body": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "attachments": [
    {
      "id": "<string>",
      "activityId": "<string>",
      "threadId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "fileName": "<string>",
      "contentType": "<string>",
      "stringifiedContent": "<string>",
      "externalReferenceId": "<string>"
    }
  ],
  "events": [
    {
      "id": "<string>",
      "eventConfigId": "<string>",
      "extractedData": {},
      "activityId": "<string>",
      "threadId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Example: Bearer <YOUR_API_KEY>

Path Parameters

id
string
required

Response

id
string
required
agentId
string
required
channelProvider
string
required
threadId
string
required
direction
string
required
externalReferenceId
string
required
scheduledAt
string<date-time>
required
transcript
string
required
status
string
required
metadata
object
required
fromName
string
required
from
string
required
to
string[]
required
cc
string[]
required
bcc
string[]
required
subject
string
required
body
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
attachments
object[]
required
events
object[]
required