Skip to main content
GET
/
system-logs
/
export
Export System Logs
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/system-logs/export
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

subject_type
string | null
subject_id
string | null
actor_id
string<uuid> | null
team_id
string<uuid> | null
actions
string | null
sources
string | null
origins
string | null
stopout_session
string | null
from
string<date-time> | null
to
string<date-time> | null
amount_min
number | null
amount_currency
string | null
entity_types
string | null
group_ids
string | null
country_codes
string | null

Response

Successful Response