Layer info
ae_layer_infoRetrieve full After Effects layer info: transform, effects, masks, text, shapes, and keyframes. Supports a single index, an array, or 'all' to audit a composition in one call.
Instructions
Full layer info: transform, effects, masks, text, shape contents, keyframes. layerIndex accepts one index, an ARRAY of indices, or 'all' — auditing a whole comp is one call. Set includeProperties=false to skip the property tree walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layerIndex | Yes | 1-based layer index — or an array of indices, or 'all' for every layer in the comp, returned together in one round trip. | |
| compNameOrId | Yes | Composition name (exact match) or numeric item id. | |
| includeProperties | No | Include the full property tree (Transform/Effects/Masks/Text). Default true. |