# Import shotgun tasks **POST /import/shotgun/tasks** Import Shotgun tasks. Send a list of Shotgun task entries in the JSON body. Only tasks with steps and projects are imported. Returns created or updated tasks with assignees. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (array[object]) - **id** (integer) Shotgun ID of the task - **cached_display_name** (string) Task display name - **start_date** (string(date)) Start date - **due_date** (string(date)) Due date - **sg_sort_order** (integer) Sort order - **duration** (integer) Duration in days - **step** (object) Step (task type) information - **project** (object) Project information - **entity** (object) Entity information - **sg_status_list** (string) Status short name - **created_by** (object) Creator information - **task_assignees** (array[object]) Task assignees ## Responses ### 200 Tasks imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) Task unique identifier - **name** (string) Task name - **start_date** (string(date)) Start date - **due_date** (string(date)) Due date - **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)