← Tools Reference

Fairing

Fairing integration (Marketing, Data). Imported from open-connector.

API key1 toolhttps://app.fairing.co/api
GET
fairing_list_responses
List paginated Fairing survey responses with optional time, cursor, and question filters.

/responses

9 parameters
ParamTypeRequiredDescription
starting_afterstringoptionalResponse ID cursor used to fetch the page after this response in the active sor…
ending_beforestringoptionalResponse ID cursor used to fetch the page before this response in the active so…
inserted_at_minstringoptionalReturn responses inserted at or after this UTC timestamp.
inserted_at_maxstringoptionalReturn responses inserted at or before this UTC timestamp.
updated_at_minstringoptionalReturn responses last updated at or after this UTC timestamp.
updated_at_maxstringoptionalReturn responses last updated at or before this UTC timestamp.
sortstringoptionalThe Fairing response ordering direction.
limitintegeroptionalThe number of responses to fetch per request. Fairing allows up to 1000.
question_idintegeroptionalOnly return responses for this Fairing question ID.