Jobs›List all the Jobs of your organization.
Selenium Automation API
Automated Screenshots API
App Automation API (Real Devices)
Smart UI
Cypress Automation
User Management
Test Manager
HyperExecute
- GETCheck the status of a Job and its associated Tasks.
- GETFetch Scenario details associated with your Job ID
- GETFetch Session-Level details associated with your Job ID.
- GETView all stages executed within a specific task
- GETGet detailed test results within a specific stage.
- GETGet logs for a specific stage of a job.
- PUTAbort an ongoing job execution immediately.
- GETList all the Jobs of your organization.
Accessibility Testing
Analytics
Performance Testing
Audit logs
Jobs
List all the Jobs of your organization.
This API is used to list all the Jobs of your organization.
GET
/v1.0/jobs
List all the Jobs of your organization.
curl --request GET \--url "https://api.hyperexecute.cloud/v1.0/jobs" \--header "Authorization: Basic <encoded-value>"
{"data": [{"id": "f3e41-42e9-8095-e7cc3f46","org_id": "509662","status": "aborted","job_number": 16311,"job_label": "","remark": "job has been aborted by user","created_at": "2024-11-20T08:54:13Z","update_at": "2024-11-20T08:54:23Z","global_timeout": 0,"test_suite_timeout": 0,"retry_on_failure": "false","tunnel_name": "","runson": "","start_time": null,"end_time": "2024-11-20T08:54:23Z","type": "","user": "amanc","Tasks": 0,"taskCount": null,"archived_at": null,"archived_by": "","unarchived_at": null,"unarchived_by": "","is_archived": 0,"executionTime": "0s","execution_time_sec": 0,"total_tests": 0,"job_summary": null,"project_id": "","test_type": "","workflow_details": {"workflow_id": null},"project_name": ""}],"metadata": {"total": 0,"cursor": 16310,"hasmore": "true"},"status": "success"}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
show_test_summaryboolean
limitinteger
Total number of Jobs to be rendered
is_cursor_base_paginationstringrequired
Response
application/jsonSuccessfull Operation
dataobject[]
data.idstring
Example:
"f3e41-42e9-8095-e7cc3f46"data.org_idstring
Example:
"509662"data.statusstring
Example:
"aborted"data.job_numbernumber
Example:
16311data.job_labelstring
Example:
""data.remarkstring
Example:
"job has been aborted by user"data.created_atstring
Example:
"2024-11-20T08:54:13Z"data.update_atstring
Example:
"2024-11-20T08:54:23Z"data.global_timeoutnumber
Example:
0data.test_suite_timeoutnumber
Example:
0data.retry_on_failurestring
Example:
"false"data.tunnel_namestring
Example:
""data.runsonstring
Example:
""data.start_timenull
data.end_timestring
Example:
"2024-11-20T08:54:23Z"data.typestring
Example:
""data.userstring
Example:
"amanc"data.Tasksnumber
Example:
0data.taskCountnull
data.archived_atnull
data.archived_bystring
Example:
""data.unarchived_atnull
data.unarchived_bystring
Example:
""data.is_archivednumber
Example:
0data.executionTimestring
Example:
"0s"data.execution_time_secnumber
Example:
0data.total_testsnumber
Example:
0data.job_summarynull
data.project_idstring
Example:
""data.test_typestring
Example:
""data.workflow_detailsobject
data.project_namestring
Example:
""metadataobject
metadata.totalnumber
Example:
0metadata.cursornumber
Example:
16310metadata.hasmorestring
Example:
"true"statusstring
List all the Jobs of your organization.
curl --request GET \--url "https://api.hyperexecute.cloud/v1.0/jobs" \--header "Authorization: Basic <encoded-value>"
{"data": [{"id": "f3e41-42e9-8095-e7cc3f46","org_id": "509662","status": "aborted","job_number": 16311,"job_label": "","remark": "job has been aborted by user","created_at": "2024-11-20T08:54:13Z","update_at": "2024-11-20T08:54:23Z","global_timeout": 0,"test_suite_timeout": 0,"retry_on_failure": "false","tunnel_name": "","runson": "","start_time": null,"end_time": "2024-11-20T08:54:23Z","type": "","user": "amanc","Tasks": 0,"taskCount": null,"archived_at": null,"archived_by": "","unarchived_at": null,"unarchived_by": "","is_archived": 0,"executionTime": "0s","execution_time_sec": 0,"total_tests": 0,"job_summary": null,"project_id": "","test_type": "","workflow_details": {"workflow_id": null},"project_name": ""}],"metadata": {"total": 0,"cursor": 16310,"hasmore": "true"},"status": "success"}