Get the status of a support config upload process
GET/v1/checkin/support-configs/process/:processId
Returns the current status and metrics of a support config CSV upload process, including a presigned download URL for the validation errors CSV when one was generated. errors_file_url is always present in the response body (null when there are no validation errors). Only the process owned by the authenticated provider is visible; a process owned by a different provider returns 404.
Request
Responses
- 200
- 401
- 404
Upload process found
Unauthorized: missing or invalid Bearer token
Upload process not found or does not belong to the authenticated provider