Obtaining Sent Message Content
Function
This API is used to obtain the details of an event based on the event ID.
URI
GET /v1/{project_id}/events/detail/{trace_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
trace_id |
Yes |
String |
Unique ID of a trace. |
project_id |
Yes |
String |
Tenant resource space ID. |
Request 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
Parameter |
Type |
Description |
---|---|---|
- |
String |
Operation successful. |
Example Requests
Obtain sent message content.
GET https://{endpoint}/v1/{project_id}/events/detail/{trace_id}
Example Responses
Status code: 200
Event content.
string
Status Codes
Status Code |
Description |
---|---|
200 |
Event content. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.