Get Job by External Id
GEThttps://api.fuse.io/api/v0/jobs/external
Check the status of a job you created by jobId
Request
Query Parameters
externalId string
Example: {{externalId}}
apiKey string
Example: {{publicKey}}
Header Parameters
API-SECRET string
(Required) You Secret API key
Example: {{secretKey}}
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://api.fuse.io/api/v0/jobs/external' \
-H 'Accept: application/json'
ResponseClear