Skip to main content
GET
Fetch communication logs for a task

Authorizations

token
string
query
required

Vida API Token

Path Parameters

taskId
string
required

Task ID

Query Parameters

targetAccountId
integer

Require the Task to belong to this agent account in the organization

attemptId
string

Optional exact task attempt ID.

page
integer

One-based page number.

pageSize
integer

Page size, capped at 100.

start
integer

Optional Unix timestamp; defaults to task creation.

end
integer

Optional Unix timestamp; defaults to now.

Response

Task activity logs without embedded transcripts

success
boolean
Example:

true

taskId
string
Example:

"task1"

logs
object[]
pagination
object