Skip to main content

Create board export job

POST 

/v2/orgs/:org_id/boards/export/jobs

Creates an export job for one or more boards.

Required scope

boards:export

Rate limiting

Level 4

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin and eDiscovery is enabled in the Settings. You can request temporary access to Enterprise APIs using this form.

Request

Path Parameters

    org_id stringrequired

    Unique identifier of the organization.

    Example: 3074457345821141000

Query Parameters

    request_id uuidrequired

    Unique identifier of the board export job.

    Example: 92343229-c532-446d-b8cb-2f155bedb807

Body

required

    boardIds string[]

    Possible values: >= 1, <= 50

    List of board IDs to be exported.

Responses

Unique identifier of the board export job

Schema

    jobId uuidrequired

    Unique identifier of the board export job.

Loading...