Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentcloud.dev/llms.txt

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

Represents the record count information for a datasource, including total, successful, and failed records.

total
integer<int32>

The total number of records processed.

success
integer<int32>

The number of successfully processed records.

failure
integer<int32>

The number of records that failed to process.