Skip to main content
GET
Get All Costings

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Org-Id
string | null

Query Parameters

page
integer
default:1

Page number (starts at 1)

Required range: x >= 1
limit
integer
default:10

Items per page (max 100)

Required range: 1 <= x <= 100
status
string | null

Filter by status: Draft, Under Review, Approved

sort
string | null
default:-created_at

Sort field with direction prefix. Use - for descending, + for ascending. Examples: -created_at, +status

search
string | null

Search term (searches document ID)

Minimum string length: 2

Response

Successful Response

Paginated response for costings list endpoint. Follows API_STANDARDS.md pagination format.

data
any[]
required
pagination
PaginationInfo · object
required

Pagination metadata following API standards.

Attributes: page: Current page number (1-indexed) limit: Items per page total: Total number of items matching query totalPages: Total number of pages hasNext: Whether there is a next page hasPrev: Whether there is a previous page