list_compute_libraries
List SAS libraries assigned in a compute context. View librefs including those created by prior SAS code execution.
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 |
|---|---|---|---|
| compute_context_name | Yes | Name of the compute context (see list_compute_contexts). | |
| 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). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |