DocsAPI Reference
Log In
API Reference

Search activity log

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

See <a href=https://docs.meld.io/docs/debugging-activity-log>here for information on how to use the activity log and why.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time
required

Start date/time of the date range.

ISO DateTime Format yyyy-MM-dd'T'HH:mm:ss e.g. '2021-02-15T10:30:00.000-08:00'

Time zone must match the time zone of the end date/time if also present.

date-time
required

End date/time of the date range.

ISO DateTime Format yyyy-MM-dd'T'HH:mm:ss e.g. '2021-02-15T11:30:00.000-08:00'

Time zone must match the time zone of the start date/time if also present.

string

Comma separated list of actions to include.

Only include activity for these actions.

string

Only include activity that occurred during this request.

string

Only include activity for this customer.

The customerId and externalCustomerId fields cannot be used in the same request.

string

Only include activity for this customer.

The customerId and externalCustomerId fields cannot be used in the same request.

string

Comma separated list of connection ids to include.

Only include activity for these connections.

string

Comma separated list of financial account ids to include.

Only include activity for these financial accounts.

string

Only include activity for this event type.

string

Unique key corresponding to an activity's position in the paginated list of results -- used to indicate that only activity residing before this key will be retrieved.

Each activity carries a unique key. Reference <a href=https://docs.meld.io/docs/pagination>Pagination

The before and after fields cannot be used in the same request.

string

Unique key corresponding to an activity's position in the paginated list of results -- used to indicate that only activity residing after this key will be retrieved.

Each activity carries a unique key. Reference <a href=https://docs.meld.io/docs/pagination>Pagination

The before and after fields cannot be used in the same request.

int32

Limits number of returned activity.

Default value: 10

Minimum value: 1

Maximum value: 100

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.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*