Skip to main content
GET
/
audit
List audit log entries
curl --request GET \
  --url https://api.example.com/audit \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "timestamp": "<string>",
      "key_id": "<string>",
      "tenant_id": "<string>",
      "action": "<string>",
      "resource_type": "<string>",
      "resource_id": "<string>",
      "client_ip": "<string>",
      "details": {}
    }
  ],
  "cursor": "<string>",
  "has_more": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Query Parameters

action
string
resource_type
string
resource_id
string
since
string
until
string
limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string

Response

Paginated audit log entries

data
object[]
required
cursor
string | null
required
has_more
boolean
required