<@U1BQB1KR6> when you use the `POST /v1/queries` e...
# kolide
g
@pvirani when you use the
POST /v1/queries
endpoint you will create a query and get back an HTTP response. that response will contain the query you just created and have the ID When you’re then adding queries to pack you should use the ID you got from creating your query to add it to the pack
p
Hey Victor! so does that mean I have to create the packs first and only then I'll be able to post the query?