GET
/
api
/
v1
/
logs

Authorizations

x-api-key
string
header
required

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Query 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 term in the log

integrationId
string

Integration UUID

entityId
string

Entity id

limit
number
default:
10

Limit 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[]
required

Logs data

nextCursor
string

The cursor to get the next page of logs