# Import shotgun sequences **POST /import/shotgun/sequences** Import Shotgun sequences. Send a list of Shotgun sequence entries in the JSON body. Returns created or updated sequences linked to episodes. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **id** (integer) Shotgun ID of the sequence - **code** (string) Sequence code - **description** (string) Sequence description - **project** (object) Project information - **episode** (object) Episode information ## Responses ### 200: Sequences imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Sequence unique identifier - **name** (string) Sequence name - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Update timestamp ### 400: Invalid request body or data format error [Powered by Bump.sh](https://bump.sh)