Skip to main content
GET
/
messages
List filtered Message entities
curl --request GET \
  --url https://app.ledger.ai/api/messages \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filters
string

Authorization: Bearer <token> header is required for authorization, requests without a valid and active authorization header will be denied access with a 401 Not Authorized HTTP status code.

Query param filters, URL encoded JSON object with fields: archived_at, bot_id, conversation_id, customer_id, data, id, thread_id, message, provider_id, reference_0_id, reference_0_type, timestamp, user_id, trace_id

Example:

/api/messages?filters={"bot_id": ..., "conversation_id": ..., "customer_id": ..., "data": ..., "thread_id": ..., "message": ..., "provider_id": ..., "reference_0_id": ..., "reference_0_type": ..., "timestamp": ..., "user_id": ..., "trace_id": ...}

Response

Successful response

The response is of type object.