cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#NOTION_SEARCH_PAGES' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "NOTION_SEARCH_PAGES", "parameters": { "query": "<string>", "objectType": "page", "direction": "ascending", "pageSize": 123 } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Query : The text that the API compares page and database titles against.
Object Type : The type of object to search for.
page
database
Direction : The direction to sort the results by.
ascending
descending
Limit : The number of records to return, returns all records if not specified.
Success
Was this page helpful?