Skip to main content

Report information

GET 

/reports/:reportId

Report information

Request

Path Parameters

    reportId uuidrequired

Query Parameters

    _apikey stringrequired

    You can find your API key in the Import.io dashboard under User Settings

Responses

Report information retrieved successfully

Schema

    guid uuid

    Unique identifier for the report.

    _meta

    object

    [internal] The metadata of the object

    timestamp int64required

    The timestamp of the last change to the object

    creationTimestamp int64

    The timestamp of the object's creation

    patchTimestamp int64

    The timestamp of the last patch to the object

    objectGuid uuid

    The identifier of the object

    lastEditorGuid uuid

    The identifier of the last editor of the object

    ownerGuid uuid

    The identifier of the owner of the object

    creatorGuid uuid

    The identifier of the creator of the object

    orgGuid uuid

    The identifier of the organization the object belongs to

    deleted boolean

    The flag indicating if the object is deleted

    name string

    The report's name.

    type string

    The type of report.

    extractorId uuid

    Identifier of the extractor associated with this report.

    latestConfigId uuid

    Identifier of the latest report run configuration.

    archived boolean

    Flag to suppress display of report.

    autoPublish booleandeprecated

    Flag to auto-publish report.

Loading...