GET
/
api
/
v1
/
triggers
/
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

connectionId
string

Filter logs by connection ID. You can get this from the id field in the response of the GET /api/v1/connections endpoint.

integrationId
string

Filter logs by integration ID. You can get this from the id field in the response of the GET /api/v1/integrations endpoint.

page
number

Page number for pagination. Starts from 1.

limit
number

Number of items to return per page.

Response

200 - application/json
data
object[]
required

List of trigger log entries.

pageInfo
object
required

Pagination information for the response.