---
title: "Search activity log"
method: GET
path: "/activity-log"
tags: ["Activity Log"]
---

# Search activity log

`GET /activity-log`

Retrieve logged activity filtered by various parameters over a date range.

See [here](https://docs.meld.io/docs/debugging-activity-log) for information on how to use the activity log and why.

## Query parameters

- `start` string, date-time, required
- `end` string, date-time, required
- `actions` string
- `requestId` string
- `customerId` string
- `externalCustomerId` string
- `connectionIds` string
- `financialAccountIds` string
- `eventType` string
- `before` string
- `after` string
- `limit` integer

## Response `200`

Activity is returned

## Other responses

- `400` — Bad Request : check request values and format
- `401` — Invalid credentials
- `403` — Unauthenticated or authenticated with insufficient access
- `500` — Server Error. This applies to all 5xx errors, including but not limited to 500, 501, 502, 503, and 504 errors. You should treat all of these errors the same.

---

[API](https://skmtc.net/meld/apis/bank-linking.md) · [All operations](https://skmtc.net/meld/apis/bank-linking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meld/bank-linking/revisions/818d6079a611/schema)
