Retrieve profiles from your workspace v2

Retrieve workflows user submissions. This is different from events because it contains the whole data submitted by a user.The parameters before and after can be passed to define a time range for your search

This endpoint retrieves complete user submissions from various workflows, unlike events, which only contain specific updates. Use the before and after parameters to define a time range for your search.

  • Authentication:
    Use Authorization v2 for authentication.
  • Time Range:
    Use the before and after query parameters to define a time range with UNIX timestamps.
  • Limit:
    Use the limit query parameter to specify the maximum number of items to return. The default is 20, but you can choose any number between 1 and 50.
  • Pagination:
    Use the page query parameter to specify the page number. Page numbers start at 0, with the default being the first page.
Query Params
string

Filters for results based on their creation date. Returns clients created before the specified UNIX timestamp.

string

Filters for results based on their creation date. Returns clients created after the specified UNIX timestamp.

string

Maximum number of items to be returned. Must be between 1 - 50 both inclusive. Omitting the limit parameter or using an invalid value will default to 20.

string

You can specify further pages with this parameter. Page numbering is 0-based and omitting the page parameter or using an invalid value will return the first page.

string

You can specify the desired end client statuses to filter the results with. Omitting the statuses parameter will return end clients for all available statuses

string

You can specify the desired flow id to filter the results with. Only end clients that have interacted with that flow will be returned.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json