Skip to main content
GET
cURL
Returns the surplus lines filings owned by your upstream entity. Each item includes an actionRequired flag that is true when a public checklist escalation is currently waiting on your input. Results can be filtered by status, state, policy number, or the external reference you assigned.

Query Parameters

Filtering Examples

Response Shape

All successful responses are wrapped in the standard response envelope. See Request/Response Conventions.

Response Fields

Filings with actionRequired: true need your attention. Fetch the filing detail to read the open escalation and its notes.

Error Scenarios

Bad Request (400)

Returned when a query parameter has an invalid value (e.g., an unsupported status).

Unauthorized (401)

Missing or invalid authentication token. See Authentication.

Query Parameters

status
enum<string>

Filter by filing status

Available options:
not started,
in progress,
ready to file,
filed,
completed,
on hold,
canceled
Example:

"in progress"

stateCode
enum<string>

Filter by US state or territory code

Available options:
AL,
AK,
AZ,
AR,
CA,
CO,
CT,
DE,
FL,
GA,
HI,
ID,
IL,
IN,
IA,
KS,
KY,
LA,
ME,
MD,
MA,
MI,
MN,
MS,
MO,
MT,
NE,
NV,
NH,
NJ,
NM,
NY,
NC,
ND,
OH,
OK,
OR,
PA,
RI,
SC,
SD,
TN,
TX,
UT,
VT,
VA,
WA,
WV,
WI,
WY,
GU,
PR,
VI,
DC
Example:

"CA"

policyNumber
string

Filter by exact policy number

Example:

"POL-2025-001"

externalReference
string

Filter by external reference identifier assigned by the caller

Example:

"EXT-REF-12345"

Response

List of surplus-lines filings belonging to the authenticated upstream entity

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"