get_motion
Retrieve motion jobs for download as BVH or other formats, or retarget one actor's body onto a different character using character ID and body index for multi-person scenes.
Instructions
Retrieve primary motion status/downloads or apply one actor’s body to another accessible character. For multi-person Comic retargeting provide characterID and its zero-based bodyIndex. Use list_batch_motions for the complete ordered body, facial, identity and source-camera output arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Optional output frame rate for BVH output. Defaults to 60. | |
| motionID | Yes | The motion job ID to retrieve | |
| bodyIndex | No | Zero-based person index for multi-person Comic body retargeting. Defaults to 0. An index above 0 requires characterID; it selects that actor before retargeting. | |
| characterID | No | Optional character ID to apply while retrieving this motion. Requires access to the character. | |
| downloadType | No | Optional download format to return. Requires characterID. Defaults to bvh. Use cwms for MotionSync CWMS text. Use fbx only when the character asset is FBX. Use gltf for a GLB/GLTF download when the character asset is GLTF or GLB. |