Zum Hauptinhalt springen
GET
/
files
/
v3
/
files
/
import-from-url
/
async
/
tasks
/
{taskId}
/
status
Importstatus überprüfen
curl --request GET \
  --url https://api.hubapi.com/files/v3/files/import-from-url/async/tasks/{taskId}/status \
  --header 'Authorization: Bearer <token>'
{
  "completedAt": "2023-11-07T05:31:56Z",
  "startedAt": "2023-11-07T05:31:56Z",
  "status": "CANCELED",
  "taskId": "<string>",
  "errors": [
    {
      "category": "<string>",
      "context": {},
      "errors": [
        {
          "message": "<string>",
          "code": "<string>",
          "context": "{missingScopes=[scope1, scope2]}",
          "in": "<string>",
          "subCategory": "<string>"
        }
      ],
      "links": {},
      "message": "<string>",
      "status": "<string>",
      "id": "<string>",
      "subCategory": {}
    }
  ],
  "links": {},
  "numErrors": 123,
  "requestedAt": "2023-11-07T05:31:56Z",
  "result": {
    "access": "HIDDEN_INDEXABLE",
    "archived": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "archivedAt": "2023-11-07T05:31:56Z",
    "defaultHostingUrl": "<string>",
    "encoding": "<string>",
    "expiresAt": 123,
    "extension": "<string>",
    "fileMd5": "<string>",
    "height": 123,
    "isUsableInContent": true,
    "name": "<string>",
    "parentFolderId": "<string>",
    "path": "<string>",
    "size": 123,
    "sourceGroup": "CONTENT",
    "type": "<string>",
    "url": "<string>",
    "width": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.de/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Pfadparameter

taskId
string
erforderlich

Anhand der URL-Aufgaben-ID importieren

Antwort

successful operation

completedAt
string<date-time>
erforderlich

Zeit bis zum Abschluss der Aufgabe.

startedAt
string<date-time>
erforderlich

Zeitstempel, wann die Aufgabe gestartet wurde.

status
enum<string>
erforderlich

Aktueller Status der Aufgabe.

Verfügbare Optionen:
CANCELED,
COMPLETE,
PENDING,
PROCESSING
taskId
string
erforderlich

ID der angeforderten Aufgabe.

errors
object[]

Beschreibende Fehlermeldung.

Link zur Überprüfung des Status der angeforderten Aufgabe.

numErrors
integer<int32>

Anzahl der Fehler, die sich aus der Aufgabe ergeben.

requestedAt
string<date-time>

Zeitstempel, wann die Aufgabe angefragt wurde.

result
object

File

Last modified on April 13, 2026