Skip to main content

Get Job by External Id

GET 

https://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

Successful response

Schema
    any
curl -L -X GET 'https://api.fuse.io/api/v0/jobs/external' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.fuse.io/api/v0
Parameters
— query
— query
— header
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?