List Attested Datasets
Datasets & Models
List Dataset Attestations
Retrieve a paginated list of dataset attestations with optional filters.
GET
List Attested Datasets
Returns a paginated list of dataset attestations within the tenant scope. Use query parameters to filter by agent, dataset name, or apply pagination controls.
Authentication
string
required
API key with
datasets:read scope. Alternatively, pass a Bearer JWT token in
the Authorization header.string
required
Tenant identifier for multi-tenant isolation.
Query Parameters
string
Filter datasets by the attesting agent identifier.
string
Filter datasets by exact name match.
integer
Maximum number of results to return. Defaults to
20, maximum 100.integer
Number of results to skip for pagination. Defaults to
0.Response
array
Array of dataset attestation objects. Each object contains
id, agent_id,
name, version, hash, record_count, schema_version, source_uri,
status, receipt_id, metadata, and created_at.integer
Total number of dataset attestations matching the filter criteria.
Authorizations
API key for machine-to-machine authentication
Query Parameters
Filter by attesting agent
Filter by data format
Required range:
1 <= x <= 100Required range:
x >= 0
