I am using Langsmith to retrieve traces from one of our projects. I had a question regarding the retrieval of logs: specifically, I wanted to know how many logs can be fetched in a single request to Langsmith.
I’ve gone through the documentation but couldn’t find any information about the exact number of logs or the default limit per request. I noticed that the client.list_runs method allows a limit argument, but I’m curious—if I don’t specify this argument, what is the default number of logs returned?