cURL
Surplus Lines Filings
Surplus Lines Filing
Retrieve a single surplus lines filing by ID
GET
cURL
Returns a single surplus lines filing by its unique identifier, including its escalation / action-required state and notes, and any completion artifacts (accepted/stamped filing, receipt, confirmation, tax/remittance proof) as short-lived presigned download links. The filing must belong to the authenticated upstream entity.
Path Parameters
Response Shape
All successful responses are wrapped in the standard response envelope. See Request/Response Conventions.
Response Fields
The filing carries the same summary fields as each item in List Surplus Lines Filings, plus the detail fields below.Escalation object
Completion artifact object
downloadUrl and viewUrl are short-lived presigned links. Fetch them fresh from this endpoint when you need to download an artifact rather than storing the URL.Error Scenarios
Bad Request (400)
Returned whenfilingId is not a valid MongoDB ObjectId format.
Filing Not Found (404)
Returned whenfilingId doesnβt exist or belongs to a different upstream entity.
Unauthorized (401)
Missing or invalid authentication token. See Authentication.Path Parameters
Unique identifier of the surplus-lines filing
Example:
"6650a1b2c3d4e5f6a7b8c9d0"