Skip to main content
Error

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI key.

Headers

x-rapidapi-host
string
required

Your RapidAPI host.

Example:

"<rapidapi-host>"

Path Parameters

job_id
string
required

The job_id returned when the job was created.

Response

Job status (with results once completed)

error
boolean
required
Example:

false

job_id
string
required
Example:

"f3a1c2b4-5d6e-7f80-9a1b-2c3d4e5f6071"

status
enum<string>
required

Job lifecycle status. results is included once status is no longer pending.

Available options:
pending,
completed,
failed
Example:

"completed"

source
string
required

The source that produced the result.

Example:

"klarna"

operation
enum<string>
required
Available options:
search-by-gtin,
search-by-id,
search-by-term,
search-by-url
Example:

"search-by-gtin"

country
string
required
Example:

"de"

created_at
string<date-time>
required
Example:

"2026-06-04T12:00:00.000Z"

results
object[]

Present once the job leaves the pending state.