Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/executions/{executionId}/logs \ --header 'anchor-api-key: <api-key>'
{ "logs": [ { "timestamp": "<string>", "type": "<string>", "level": "<string>", "message": "<unknown>" } ] }
Returns the structured log entries captured during an execution.
API key passed in the header
The execution result ID.
Execution logs retrieved successfully.
Show child attributes
Was this page helpful?