cURL
curl --request POST \ --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/trigger_history/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "page": 1, "per_page": 50, "sort": { "created_at": "desc" }, "search": [] } '
{ "curPage": 123, "nextPage": 123, "prevPage": 123, "items": [ { "id": 1, "created_at": "2023-04-12 18:34:01+0000", "duration": 0.025, "input": { "page": 1 }, "workspace_id": 123, "trigger_id": 123 } ] }
Search trigger request history using advanced filters and custom sorting options
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Show child attributes
Was this page helpful?