Skip to main content
GET
List solicitations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

lead_entity
string

Lead-entity id from /v1/lead-entities; limits results to that issuer.

status
enum<string>

Filters on the stored lifecycle status, which nothing closes on a schedule — an expired RFP is still stored as open. Use the is_open field, or closing_before / closing_after, to tell whether bidding is live. draft is not accepted: unpublished solicitations are never served.

Available options:
open,
closed,
awarded,
cancelled
q
string

Free-text search across title, reference number, and description.

Maximum string length: 200
closing_after
string<date-time>

Only solicitations with a close date at or after this instant. Solicitations with no close date are excluded.

closing_before
string<date-time>

Only solicitations with a close date at or before this instant. Solicitations with no close date are excluded.

updated_since
string<date-time>
cursor
string
limit
integer
default:25
Required range: 1 <= x <= 100

Response

Solicitation page

data
object[]
required
meta
object
required