Help Center/ EventGrid/ API Reference/ APIs/ Event Management/ Obtaining Sent Message Content
Updated on 2025-11-07 GMT+08:00

Obtaining Sent Message Content

Function

This API is used to obtain the details of an event based on the event ID.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions. For details about the required permissions, see Permissions Policies and Supported Actions.

URI

GET /v1/{project_id}/events/detail/{trace_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

trace_id

Yes

String

Unique ID of a trace.

project_id

Yes

String

Tenant resource space ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token. The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

-

String

Operation successful.

Example Requests

Obtain sent message content.

GET https://{endpoint}/v1/{project_id}/events/detail/{trace_id}

Example Responses

None

Status Codes

Status Code

Description

200

Event content.

Error Codes

See Error Codes.