Journal API response size | Community
Skip to main content
jgrubbs
New Participant
June 15, 2021
Solved

Journal API response size

  • June 15, 2021
  • 1 reply
  • 2214 views

Hi all,

 

Is there a way to retrieve all entries in a Journal, or at least force it to deliver a more than whatever it chooses to give me?

 

I know I can limit the size, but I want to do the opposite. Also, is there a certain optimal cadence for querying the Journaling API? Once a second, once every hour?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by shikhartanwar

@jgrubbs: Thanks for reaching out and asking these questions.


Is there a way to retrieve all entries in a Journal, or at least force it to deliver a more than whatever it chooses to give me?

I know I can limit the size, but I want to do the opposite.

Currently this is not possible. See this and this in our FAQ section.


Also, is there a certain optimal cadence for querying the Journaling API? Once a second, once every hour?

The cadence should ideally depend on the rate of events that are being published against your event registration and how fast you would want to catch up. We also return Retry-After headers with 204 responses, so the best thing would be to follow that.

Hope this information helps.

1 reply

shikhartanwarAccepted solution
Employee
June 16, 2021

@jgrubbs: Thanks for reaching out and asking these questions.


Is there a way to retrieve all entries in a Journal, or at least force it to deliver a more than whatever it chooses to give me?

I know I can limit the size, but I want to do the opposite.

Currently this is not possible. See this and this in our FAQ section.


Also, is there a certain optimal cadence for querying the Journaling API? Once a second, once every hour?

The cadence should ideally depend on the rate of events that are being published against your event registration and how fast you would want to catch up. We also return Retry-After headers with 204 responses, so the best thing would be to follow that.

Hope this information helps.

jgrubbs
jgrubbsAuthor
New Participant
June 16, 2021
Thank you for the response 🙂 Are there any plans that you know of which would allow me to query the full journal or at least force a larger response size?