Logs
Get logs
List logs
GET
/
api
/
v1
/
logs
/
Authorizations
x-api-key
string
headerrequiredQuery Parameters
type
enum<string>
Type of the log
Available options:
error
, info
, debug
time
enum<string>
Time interval for which data needs to be fetched
Available options:
5m
, 30m
, 6h
, 1d
, 1w
, 1month
, 1y
status
enum<string>
Status of the log
Available options:
all
, success
, error
search
string
Search term in the log
integrationId
string
Integration UUID
entityId
string
Entity id
limit
number
default: 10Limit of the logs
cursor
string
Cursor for pagination
logsType
string
Type of the log
sessionId
string
Session ID of the log
Response
200 - application/json
data
object[]
requiredLogs data
nextCursor
string
The cursor to get the next page of logs
Was this page helpful?