BigCommerce
Theme & Content APIs
Theme Jobs

Themes

Get a Theme Job

GET /themes/jobs/{job_id}

Request

Returns a theme Job. When the job is complete, the results array provides a generated link to access the theme. The link is active for 60 seconds.

Authentication

  • X-Auth-Token in header - required

Parameters

  • store_hash in path - string
  • Accept in header with default of application/json - string - required

    The MIME type of the response body.

  • job_id in path - string - required

    The job identifier.

example

Response

Body

object | application/json

Response for /GET Jobs by Id.

  • data
    object

    The job for theme upload or download

  • meta
    object

    Response metadata.

response

Did you find what you were looking for?