Skip to content
LOG-055 Logs, Records & Provider Evidence

What is a request ID or trace ID?

A request ID or trace ID is a value used to follow a request as it passes through one or more systems.

It is particularly common in web applications, cloud services and distributed architectures.

Avoid this assumption: That a matching request or trace ID proves a person deliberately initiated every linked event. It does not.

When an application receives a request, it may assign an identifier and pass it to other services. Those services can record the same value when checking permissions, retrieving data, calling another API or returning a response.

This allows investigators and system administrators to reconstruct the technical path of one request. It can show which components handled it, where an error occurred and whether a downstream operation followed.

A trace ID may cover the wider journey, while separate span or request IDs identify individual steps. Terminology varies between products, and some systems use the terms interchangeably.

The identifier does not establish identity or intent. The request may have come from a person, browser, automated script, background service, API client or compromised session. Retries may also create new request IDs while retaining a wider trace ID.

Investigators should establish which component created the identifier and what scope it covers. Ask whether it is unique, how long it is retained and whether all relevant services record it.

Preserve linked timestamps, account, session, source address, status and outcome fields. Use the ID to locate related records, but verify what each component actually did rather than assuming every linked event completed successfully.

Operational takeaway

A request or trace ID can reconstruct the technical route of an operation across systems, but it does not by itself prove human initiation, intent, successful completion or personal attribution.

Keep moving

Where this question leads

These links explain why the next page may matter, rather than presenting an undifferentiated list.