{
"object": "list",
"data": [
{
"object": "request_log",
"request_id": "req_01HXYZ...",
"method": "GET",
"path": "/v1/trademarks",
"status_code": 200,
"duration_ms": 142,
"endpoint_type": "search",
"billed_units": 1,
"api_key_prefix": "sig_7kMn",
"error_type": null,
"error_detail": null,
"created_at": "2026-04-18T10:12:33Z"
},
{
"object": "request_log",
"request_id": "req_01HXYA...",
"method": "GET",
"path": "/v1/trademarks/tm_bogus",
"status_code": 404,
"duration_ms": 18,
"endpoint_type": "read",
"billed_units": 0,
"api_key_prefix": "sig_7kMn",
"error_type": "not_found",
"error_detail": "Trademark tm_bogus does not exist.",
"created_at": "2026-04-18T10:11:05Z"
}
],
"has_more": true,
"pagination": {
"cursor": "eyJpZCI6I..."
},
"request_id": "req_currentCall"
}