# Import shotgun task statuses **POST /import/shotgun/status** Import Shotgun task statuses. Send a list of Shotgun status entries in the JSON body. Returns created or updated task statuses with colors. ## 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 status - **name** (string) Status name - **code** (string) Status short code - **bg_color** (string) Background color in RGB format ## Responses ### 200 Task statuses imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) Task status unique identifier - **name** (string) Status name - **short_name** (string) Status short code - **color** (string) Status color in hex format - **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)