Retrieve a single message
GET/messages/:messageId
Retrieve the current status and details of a CCIP cross-chain message.
Use Cases:
- Get complete message details
- Monitor message status from source to destination chain
- Verify successful execution on destination chain
- Check manual execution eligibility for messages
How to obtain the messageId:
- From a
ccipSend()transaction log on the source chain - Using the
/messagessearch endpoint to find messages by sender, receiver, or chain
Request
Responses
- 200
- 400
- 404
- 500
The request was successful. Returns a Message object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support
Bad request - Invalid message ID format. Returns an Error object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support
Message not found. Returns an Error object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support
Internal server error. Returns an Error object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support