Sign In

actors.logs.export


Description

Exports logs for the given actors to an S3 bucket and returns a presigned URL to download.


Code Examples

# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://api.rivet.gg/actors/logs/export'



Schema

Request

  • project
    nullable string
  • environment
    nullable string
  • query_json
    nullable string

    JSON-encoded query expression for filtering logs

Response

  • url
    string

    Presigned URL to download the exported logs

Suggest changes to this page