added
All API responses now contain a unique request ID
May 19th, 2025
🏷️ API versions:
2024-10 and later
All API responses now contain a unique request ID to help measure performance, track the full request lifecycle across services, and simplify troubleshooting. When debugging issues with our support team, you can share this ID to quickly locate the problem without needing to search through your logs.
{
"data": {
"timeline_item": null
},
"errors": [
{
"message": "User is not allowed to read timelineItem.",
"locations": [
{
"line": 1,
"column": 2
}
],
"path": [
"timeline_item"
],
"extensions": {
"code": "UNAUTHORIZED"
}
}
],
"extensions": {
"request_id": "152b0dgb-d38c-067c-9f79-dd0c0d7238ed"
}
}