Skip to main content
GET
List remote model upload events

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Project identifier.

id
string
required

Remote upload identifier.

Query Parameters

limit
integer

Maximum number of events to return.

after
string

Cursor from a previous remote upload event list response.

Response

OK

Status and diagnostic events for a remote model import job.

data
object[]
required

Events for the remote upload.

object
any
required

Object type. Always list.

next_cursor
string

Cursor for the next page. Null if there are no more results.