We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f8e05 commit 503f25cCopy full SHA for 503f25c
1 file changed
Usage.md
@@ -560,7 +560,7 @@ from cortex4py.query import *
560
561
api = Api('http://CORTEX_APP_URL:9001', '**API_KEY**')
562
563
-# Fetch the latest 10 successful jobs that have been executed agains domain names
+# Fetch the last 10 successful jobs that have been executed against domain names
564
query = And(Eq('status', 'Success'), Eq('dataType', 'domain'))
565
jobs = api.jobs.find_all(query, range='0-10', sort='-createdAt')
566
0 commit comments