# Dispatch messages info **GET /v1/api/dispatch/{dispatchId}** It returns details of a specific dispatch. The response includes an array of individual messages that have been processed, along with a pendingCount property indicating the quantity of messages that remain in the processing queue. ## Servers - API Server Host: https://api.nifteem.com (API Server Host) ## Authentication methods - X api key ## Parameters ### Path parameters - **dispatchId** (string) ## Responses ### 200 OK #### Body: application/json (object) - **dispatchId** (string) - **scheduleDate** (string(date-time)) - **metadata** (object) - **messages** (array[object]) - **pendingCount** (integer(int64)) ### 401 Unauthorized ### 403 Forbidden ### 400 Bad Request ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)