Get Message (with expansion)
documentedRetrieve a message with optional expansions.
GET /v1/messages/{id}{?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://api.vision6.com/v1/messages/{{$id}}?expand={{expand}}&fields={{fields}}\" \\
-X GET \\
-H \"Authorization: Bearer {{VISION6_API_KEY}}\" \\
-H \"Accept: application/json\" \\
-H \"Content-Type: application/json\"