List Workers

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

List all workers within your account. Pagination is available.

Use the page parameter to indicate the page for pagination, e.g. &page=2 to get to the 2nd page of the listing.

You can also filter the workers by a funnel and/or active status, using funnel_id or is_active parameters. Note that you need a unique identifier of a funnel, not its title (this prevents any unfortunate mistakes that can be a result of renaming). To look up the ID of a funnel, use the List funnels method

funnel_id

string

The opening ID

is_active

boolean

truefalse

page

integer

Optional integer to indicate the page of pagination

``200 OK

``401 Unauthorized

``404 OK

Updated3 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request GET \

--url https://api.fountain.com/v2/workers \

--header 'accept: application/json'

application/json

200401``404

Updated3 months ago