Skip to main content
Version: v2

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 /messages search endpoint to find messages by sender, receiver, or chain

Request

Responses

The request was successful. Returns a Message object.

Response Headers
    X-Request-ID

    Unique request identifier for debugging and support