Get Status

Description

This service gets status for specified file.


Request

Restrictions

Can only be called after a successful consumer login as it Requires an authenticated user

Endpoint

GET https://<server-url>/api/v4/import/status/{id}

Parameters

Parameter
Location
Required
Description

touchpoint

Query / Header

Yes

The authentication token for the API session. Use Thalamus-Token for the header.

token

Query / Header

Yes

The authentication token for the API session. Use Thalamus-Token for the header.

id

Query / Header

Yes

ID of the file to query

Full URL Example

https://<server-url>/api/v4/import/status/274?touchpoint=test&token=...

Request Body

This request does not have a body.


Response

✅ Successful Response: 200 Ok

  • HTTP Status Code: 200 Ok

  • Data from the consulted file

Example Response

JSON

❌ Unsuccessful Response: 400 Bad Request

  • HTTP Status Code: 400 Bad Request

  • Body: A JSON object containing details about the error.

Example Response

JSON

Last updated

Was this helpful?