Query API with 'from=<a timestamp>' #2025
Unanswered
Asiya-Yunusa
asked this question in
Help
Replies: 1 comment 2 replies
-
|
Hi @Asiya-Yunusa, thanks for your message. If you GET {
"Links": {
"Self": "api/events/resources",
"Items": "api/events{?signal,filter,count,startAtId,afterId,fromDateUtc,toDateUtc,shortCircuitAfter,render,clef,permalinkId,background}",
"InSignal": "api/events/signal{?signal,filter,count,startAtId,afterId,fromDateUtc,toDateUtc,shortCircuitAfter,render,clef,permalinkId,defer,background}",
"Item": "api/events/{id}{?download,render,clef,permalinkId}",
"DeleteInSignal": "api/events/signal{?signal,filter,fromDateUtc,toDateUtc}",
"Tabulate": "api/events/tabulate{?signal,filter,fromDateUtc,toDateUtc,defer,background}",
"Stream": "wss://logs.datalust.co/api/events/stream{?filter,signal}",
"Raw": "api/events/raw{?clef}"
}
}For historical reasons, the parameter you're looking for is (unfortunately 😅) called An easier way to interact with the API is to provide a filter, or use the or Hope this helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I will like to know if there is a way to query the HTTP API with from=. When ever I query it only returns the current logs.
https:///api/events?from=2023-11-21T20:26:00Z
Beta Was this translation helpful? Give feedback.
All reactions