# List summary/transcription status for provided unique IDs **POST /summary/statuses** ## Servers - Local development server: http://localhost:8080 (Local development server) - Production server: https://middleware.example.com/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **uniqueids** (array[string]) ## Responses ### 200 Summary status list #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (array[object]) ### 400 Invalid request #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 500 Failed to list summaries #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) ### 503 Service unavailable #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** () - **error** (string) [Powered by Bump.sh](https://bump.sh)