List chat messages

org.intentschema.communication.chat.message.list.v1

JSON: bare · @sha256:b8452776c5da…
Hash: sha256:b8452776c5da10aff768d91e60968cfe6c433e65d5dbbbc582cccc4b98ff0fe4

List messages in channels and DMs the user has access to.

Payload

FieldTypeDescription
target *Target
objectobject
object
FieldTypeDescription
querystringOptional provider-specific search string.
filterobject
limitinteger (minimum 1; maximum 500; default 50)
cursorstring
filter
FieldTypeDescription
channel_idstring
fromstring
afterstring (date-time)
beforestring (date-time)
has_attachmentboolean

Result

FieldTypeDescription
items *object[]
next_cursorstringPresent when more results are available.
estimated_totalinteger
items[]
FieldTypeDescription
external_idstring
channel_idstring
thread_idstring
authorstring
textstring
posted_atstring (date-time)

Examples

search a channel

{
  "target": {
    "system": "slack"
  },
  "object": {
    "filter": {
      "channel_id": "C0123456",
      "after": "2026-04-01T00:00:00Z"
    }
  }
}

Profiles