Skip to main content

Fetch a Request record

GET 

/v2/data_control/requests/:id

Get the details for a given Request

Request

Path Parameters

    id integerrequired

    ID of the Request

Responses

Success

Schema
    user_guid string

    ID of the user who created the Request

    team_id integer

    ID of the Request's target team

    request_type string

    Standardized type of the Request

    metadata object

    Data that varies across Request types

    id integer

    ID of the Request

    events object[]

    Instances in which a Request has been executed

  • Array [
  • ]
  • dry_run boolean

    Whether or not to change data

Loading...