curl --request GET \
--url https://app.freyavoice.ai/api/v2/workspaces/logs \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>",
"result": {
"logs": [
{
"id": "<string>",
"workspaceId": "<string>",
"eventType": "<string>",
"eventDescription": "<string>",
"actorId": "<string>",
"createdAt": "<string>",
"actorEmail": "<string>",
"metadata": {}
}
],
"nextCursor": "<string>"
}
}
}Returns audit log entries for workspace events (login, API key changes, member changes, exports, etc.).
curl --request GET \
--url https://app.freyavoice.ai/api/v2/workspaces/logs \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>",
"result": {
"logs": [
{
"id": "<string>",
"workspaceId": "<string>",
"eventType": "<string>",
"eventDescription": "<string>",
"actorId": "<string>",
"createdAt": "<string>",
"actorEmail": "<string>",
"metadata": {}
}
],
"nextCursor": "<string>"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workspace ID
Maximum number of logs to return (1-100)
1 <= x <= 100Cursor for pagination