List Compute Libraries
list_compute_librariesRetrieve SAS libraries (librefs) assigned in a compute context, including libraries created in the same session by prior code execution. Use this to identify available data sources.
Instructions
List the SAS libraries (librefs) assigned in a compute context.
Runs in the reusable per-user compute session for the context, so it
also sees libraries created by prior execute_sas_code calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of libraries to return (default 50). | |
| start | No | Offset of the first library to return (default 0). | |
| filter_name | No | Optional name filter (substring match). | |
| compute_context_name | Yes | Name of the compute context (see list_compute_contexts). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |