Skip to main content
GET
List routing forms
Returns a paginated list of the routing forms in your workspace, newest first. Each entry carries the routing form itself. The questions and the routes ship from Get a Routing Form.
url is the public address at which an invitee opens the routing form. slug is the last segment of that address.

Authorizations

Authorization
string
header
required

Query Parameters

page
integer
default:1

Page number.

Required range: x >= 1
count
integer
default:20

Number of routing forms per page.

Required range: 1 <= x <= 100

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

data
object
Last modified on September 9, 2026