Sign in

Get Message

documented

Retrieve a message by ID.

GET /v1/messages/{id}{?expand,fields}Messagesno implementation yet0 runs
No 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\"