Request Id
LAPIS uses a request id to identify requests. This is useful for debugging and logging purposes.
You can provide a request id in the request as an HTTP header X-Request-Id
.
This is useful if you want to correlate requests in your own log files with the LAPIS log files
to track problems across systems, e.g. if your own API calls LAPIS.
If you don’t specify a request id, LAPIS will generate one for you.
It is contained in the response header X-Request-Id
and in info
in the response body.