Export logs visible in project dashboard?

Hello,
I’m suprised i can’t find any button to export / download logs visibile in the dashboard for projects ?
Any idea ? API maybe ?
Since it’s valuable to evaluate progress i think it would be nice.
Thanks.

There is no “list” method that is accessible by the API.

That means that logs and your “store” parameter server state cannot be viewed or managed by anything other than by merely “looking” via a UI you are a consumer of, without even a “delete” button there. Metadata fields, essentially pointless.

You’d have to be recording a tree of every response id for a session, to then be able to use the two API calls in tandem to get input and separate output via Responses, and not the internals of calls needed for replication. Then…after seeing reuse of state is only good for maximum context window consumption and vendor lock-in, while persisting data far longer than documented, you would ensure that store is set to false, or revert to Chat Completions and complete self-management.

1 Like

Thanks, i finally found a way by looking at the ajax query :slight_smile:

1 Like