Skip to main content
GET
/
api
/
public
/
run-logs
Retrieve run logs by AI contact
curl --request GET \
  --url https://api.vambe.me/api/public/run-logs \
  --header 'x-api-key: <x-api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.vambe.me/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string
required

API key required to authorize the request

Query Parameters

ai_contact_id
string
required

UUID of the AI contact to fetch run logs for

page
number

Page number (defaults to 1)

page_size
number

Page size (defaults to 20, max 100)

Response

Run logs retrieved successfully.