Skip to main content
GET
List user activity logs

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

page
integer
default:1
per_page
integer
default:25
Required range: x <= 100
user
string<email>

Filter by the team member's email address

product
string

Filter by the product that made the request (e.g. loop)

granted
boolean

Filter by whether access was granted

method
enum<string>

Filter by HTTP method

Available options:
GET,
POST,
PUT,
PATCH,
DELETE
status_code
integer

Filter by response status code

Example:

403

Partial match on the requested URL

Example:

"conversations"

from
string<date-time>

Only activity at or after this date/time (ISO 8601)

to
string<date-time>

Only activity at or before this date/time (ISO 8601)

sort_dir
enum<string>
default:desc
Available options:
asc,
desc

Response

Activity logs retrieved

success
boolean
Example:

true

message
string
Example:

"Activity logs retrieved"

data
object