cURL
curl --request POST \ --url https://api.example.com/api/metastore/classify/{catalog}/{schema}/{table} \ --header 'Authorization: Bearer <token>'
{ "correlation_id": "<string>", "status": "pending", "message": "<string>" }
Kick off an AI classification crew for the specified table.
The access token received from the authorization server in the OAuth 2.0 flow.
Catalog name.
Schema name.
Table name.
Successful Response
Response returned when a crew run is initiated.
pending
running
completed
failed
Was this page helpful?