Skip to main content
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 when filingId is not a valid MongoDB ObjectId format.

Filing Not Found (404)

Returned when filingId doesn’t exist or belongs to a different upstream entity.

Unauthorized (401)

Missing or invalid authentication token. See Authentication.

Path Parameters

filingId
string
required

Unique identifier of the surplus-lines filing

Example:

"6650a1b2c3d4e5f6a7b8c9d0"

Response

Surplus-lines filing detail with escalations and completion artifacts

data
object
required
requestId
string
required

Unique request identifier

Example:

"dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8"

timestamp
string
required

Response timestamp

Example:

"2025-11-12T20:49:03.293Z"