profiler
Get profiler samples
Returns profiling samples, markers, and spans collected since the given cursors. Use cursor values from the previous response to poll for new data.
get/api/v1/profiler/sessions/{id}/samples
Path parameters
idstring required
Profiler session ID.
Query parameters
sampleCursorinteger
Cursor for samples. Start at 0.
markerCursorinteger
Cursor for markers. Start at 0.
spanCursorinteger
Cursor for spans. Start at 0.
limitinteger
Maximum number of items to return per category.
Response
Profiler batch of samples, markers, and spans.
ProfilerBatch required— unresolved $ref