LogSpansClient
adaline.logs.spans searches individual spans and returns their full payloads — content, parsed content, attributes, tags, status, and timestamps. Use this when a trace-level search isn’t granular enough for the filter you need. Every method is async.
Access
adaline_api:
search()
Paginated span search with typed filter objects. Returns full span payloads —content, attributes, parsed_content, tags, status, timestamps.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | SearchLogSpansRequest | Yes | Project, filters, sort, pagination. |
Returns
SearchSpansResponse with { data: list[SpanRow]; pagination: Pagination }.
Example
See Also
- LogsClient — parent client
- LogTracesClient — sibling sub-client for trace search
- API reference: Search spans