Get Message Contents
documentedFetch the content for a given message.
GET /v1/messages/{id}/content{?expand,fields}Messagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$VISION6_API_BASE}}/v1/messages/{{$id}}/content?expand={{$expand}}&fields={{$fields}}" \
-X GET \
-H "Authorization: Bearer {{VISION6_API_KEY}}" \
-H "Accept: application/json"