Skip to main content
GET
/
v1
/
ai
/
agents
/
tasks
/
{taskId}
/
messages
Get Task Messages
curl --request GET \
  --url https://eu1.api.matillion.com/dpc/v1/ai/agents/tasks/{taskId}/messages \
  --header 'Authorization: Bearer <token>'
{
  "more": "<string>",
  "results": [
    {
      "data": "<unknown>",
      "groupId": "<string>",
      "timestamp": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.maia.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

taskId
string<uuid>
required

Query Parameters

limit
integer<int32>
default:25
Required range: x <= 1000
paginationToken
string

Response

Task messages retrieved successfully

more
string

Token for fetching the next batch of results for this query; if omitted then there are no more.

results
object[]

The list of events for the task