Retrieve activity logs
Fetches paginated activity logs for the authenticated user. Supports
filtering by log type, entity identifiers, actions, team members, and date range.
Headers
X-API-Key
PriceLabs Customer API key (found in Account Settings > API Details).
Request
This endpoint expects an object.
log_type
Entity type to which the logs belong.
actions
Action keys to filter by. Allowed values depend on log_type.
listings
Listing identifiers to filter by. Each entry requires listing_id and pms.
Only applicable when log_type is listing.
group_names
Group names to filter by.
Only applicable when log_type is group.
pms_names
PMS names to filter by.
Only applicable when log_type is account.
user_ids
User IDs to filter logs by specific team members.
start_date
Start of date range filter (YYYY-MM-DD). Defaults to 30 days ago.
end_date
End of date range filter (YYYY-MM-DD). Defaults to today.
offset
Number of records to skip. Defaults to 0, maximum 1000.
limit
Number of records to return. Defaults to 50, maximum 200.
Response
Successfully retrieved logs.
data
pagination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
503
Service Unavailable Error