API referenceAgents and workflowsTeams
Read the team conversation log (cursor-paged; pass next as ?after=)
Requires the agent_teams:read permission.
AuthorizationBearer <token>
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Path Parameters
id*string
Query Parameters
after?string
limit?string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/teams/string/messages"{ "items": [ { "content": "string", "created_at": "2019-08-24T14:15:22Z", "from_member": "41f961e4-52db-46a8-8b64-ac7335622a99", "from_role": "string", "kind": "string", "payload": "string", "seq": "string", "to_member": "bc75157e-5fab-431e-9fdb-bc0c3a7991b4", "to_role": "string" } ], "next": "string"}