Changelog
Updates and changes
Creates a secure, signed URL for administrators to access message diagnostic data.
curl --request GET \ --url https://production-storytell-ai-platfor-cds2.encr.app/v1/diagnostics/message/{organizationID}/{threadID}/{messageID}/signed-url
{ "code": "<string>", "data": "<string>", "details": { "consumption": { "units": 123 }, "operation": { "duration": 123, "operationId": "<string>" } }, "done": true, "eventKey": "<string>", "message": "<string>" }
Success response
The response is of type object.
object
Was this page helpful?