cURL
curl --request GET \ --url https://app.prontohq.com/api/v2/searches \ --header 'X-API-KEY: <api-key>'
{ "searches": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "status": "FINISHED" } ] }
Returns all searches from the system that the user has access to.
Your API key
A JSON array of search objects
Show child attributes
The unique identifier for the search
The name of the search
When the search was created
The current status of the search
FINISHED
NOT_STARTED
ONGOING
RATE_LIMITED
UNAUTHORIZED
FORBIDDEN
ERROR