Skip to content

where is entity id? #19323

Answered by Prajwal214
armitajli asked this question in Q&A
Discussion options

You must be logged in to vote

To find a table's ID in OpenMetadata, you can use the API to retrieve the table details by its fully qualified name (FQN). You can use the /v1/tables/name/{fqn} endpoint to get the table's metadata, which includes the ID.

  • Use the API Endpoint: Make a GET request to /v1/tables/name/{fqn} where {fqn} is the fully qualified name of the table. This will return the table's metadata, including its ID.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Prajwal214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants