GET
/
logs
/

Request

Authorization
string
required

An API key is a token that you provide when making API calls.

Integral-Application-Id
string
required

An Application ID that finds the application you are working with. This Application ID can be found on the Integral platform through the dashboard or Application’s page.

limit
string

This limit can only be a number between 1 and 100, but has a default of 10.

starting_after
string

This is the ID of the last log you received in the previous request used as a cursor for pagination. starting_after takes in an object ID (usually a UUID) as a parameter.

If you don’t pass in starting_after, you’ll get back the same list of logs.

user_id
string

This is the ID of the user you want to retrieve logs for. This ID is the integralId of the user (which can be found on the request or on the Integral dashboard).

If this query param isn’t passed in, you get logs for the entire Application.

Response

The response of this API request provides back a list created for the given Application ID, or for a given Application User on an Application. All results are paginated.

hasNextPage
boolean
required
logs
Logs[]
required