RTBF

(RTBF) Retrieve job status

get
https://api.typeform.com/rtbf/{account_id}/job/{job_id}

Retrieve job to check its status and ensure it is equal to "Done"

Request

Path Parameters

account_id
string, required
job_id
string, required

Response

Status

200 OK

Schema

accountID
string
status
string
token
string

Example

{
  "accountID": "01D9W9DZ93G5Y9CSK6ADHP79B1",
  "status": "Done",
  "token": "01D9W9DZ93G5Y9CSK6ADHP79BC"
}